Shades of Dark Violet #9600CF
Tints of Dark Violet #9600CF
RGB
CMYK
RGB Variations
Color information
#9600CF (or 0x9600CF) is known color: Dark Violet. HEX triplet: 96, 00 and CF. RGB value is (150,0,207). Sum of RGB (Red+Green+Blue) = 150+0+207=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #9600CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600CF is #69FF30. Grayscale: #434343. Windows color (decimal): -6946609 or 13566102. OLE color: 13566102.
HSL color Cylindrical-coordinate representation of color #9600CF: hue angle of 283.48º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600CF is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 0 | 207 | - |
| CMYK | 0.28 | 1 | 0 | 0.19 |
| HSL | 283.48º | 1% | 0.41% | - |
| HSV(B) | 283.48º | 1% | 0.81% | - |
| XYZ | 23.84 | 10.99 | 59.9 | - |
| YUV | 68.45 | 206.2 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 207 | 0.28 | 1 | 0 | 0.19 | 283.48 | 1 | 0.41 |
| Hex | 96 | 0 | CF | 1C | 64 | 0 | 13 | 11B | 64 | 29 |
| Octal | 226 | 0 | 317 | 34 | 144 | 0 | 23 | 433 | 144 | 51 |
| Binary | 10010110 | 0 | 11001111 | 11100 | 1100100 | 0 | 10011 | 100011011 | 1100100 | 101001 |
Color Harmonies of #9600CF
Complementary color
Monochromatic Colors of #9600CF
Black with #9600CF
Text Example
Text Example
White with #9600CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600CF; }
p { color: rgb(150,0,207); }
H1.HeaderClassName
{
color: #9600CF;
}
.AnyTagClassName
{
color: #9600CF;
}
</style>
background-color css
<style>
a { background-color: #9600CF; }
a { background-color: rgb(150,0,207); }
div.DivClassName
{
background-color: #9600CF;
}
.BgClassName
{
background-color: #9600CF;
}
</style>
border-color css
<style>
span { border-color: #9600CF; }
span { border-color: rgb(150,0,207); }
td.TdClassName
{
border-color: #9600CF;
}
.TagClassName
{
border-color: #9600CF;
}
</style>