Shades of Medium Purple #9672DF
Tints of Medium Purple #9672DF
RGB
CMYK
RGB Variations
Color information
#9672DF (or 0x9672DF) is known color: Medium Purple. HEX triplet: 96, 72 and DF. RGB value is (150,114,223). Sum of RGB (Red+Green+Blue) = 150+114+223=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #9672DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672DF is #698D20. Grayscale: #888888. Windows color (decimal): -6917409 or 14643862. OLE color: 14643862.
HSL color Cylindrical-coordinate representation of color #9672DF: hue angle of 259.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9672DF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 114 | 223 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.13 |
| HSL | 259.82º | 0.63% | 0.66% | - |
| HSV(B) | 259.82º | 0.49% | 0.87% | - |
| XYZ | 31.91 | 23.85 | 72.73 | - |
| YUV | 137.19 | 176.43 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 223 | 0.33 | 0.49 | 0 | 0.13 | 259.82 | 0.63 | 0.66 |
| Hex | 96 | 72 | DF | 21 | 31 | 0 | D | 104 | 3F | 42 |
| Octal | 226 | 162 | 337 | 41 | 61 | 0 | 15 | 404 | 77 | 102 |
| Binary | 10010110 | 1110010 | 11011111 | 100001 | 110001 | 0 | 1101 | 100000100 | 111111 | 1000010 |
Color Harmonies of #9672DF
Complementary color
Monochromatic Colors of #9672DF
Black with #9672DF
Text Example
Text Example
White with #9672DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9672DF; }
p { color: rgb(150,114,223); }
H1.HeaderClassName
{
color: #9672DF;
}
.AnyTagClassName
{
color: #9672DF;
}
</style>
background-color css
<style>
a { background-color: #9672DF; }
a { background-color: rgb(150,114,223); }
div.DivClassName
{
background-color: #9672DF;
}
.BgClassName
{
background-color: #9672DF;
}
</style>
border-color css
<style>
span { border-color: #9672DF; }
span { border-color: rgb(150,114,223); }
td.TdClassName
{
border-color: #9672DF;
}
.TagClassName
{
border-color: #9672DF;
}
</style>