Shades of Dark Violet #9602CC
Tints of Dark Violet #9602CC
RGB
CMYK
RGB Variations
Color information
#9602CC (or 0x9602CC) is known color: Dark Violet. HEX triplet: 96, 02 and CC. RGB value is (150,2,204). Sum of RGB (Red+Green+Blue) = 150+2+204=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #9602CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602CC is #69FD33. Grayscale: #444444. Windows color (decimal): -6946100 or 13370006. OLE color: 13370006.
HSL color Cylindrical-coordinate representation of color #9602CC: hue angle of 283.96º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9602CC is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 2 | 204 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.2 |
| HSL | 283.96º | 0.98% | 0.4% | - |
| HSV(B) | 283.96º | 0.99% | 0.8% | - |
| XYZ | 23.5 | 10.89 | 57.99 | - |
| YUV | 69.28 | 204.03 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 204 | 0.26 | 0.99 | 0 | 0.2 | 283.96 | 0.98 | 0.4 |
| Hex | 96 | 2 | CC | 1A | 63 | 0 | 14 | 11C | 62 | 28 |
| Octal | 226 | 2 | 314 | 32 | 143 | 0 | 24 | 434 | 142 | 50 |
| Binary | 10010110 | 10 | 11001100 | 11010 | 1100011 | 0 | 10100 | 100011100 | 1100010 | 101000 |
Color Harmonies of #9602CC
Complementary color
Monochromatic Colors of #9602CC
Black with #9602CC
Text Example
Text Example
White with #9602CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9602CC; }
p { color: rgb(150,2,204); }
H1.HeaderClassName
{
color: #9602CC;
}
.AnyTagClassName
{
color: #9602CC;
}
</style>
background-color css
<style>
a { background-color: #9602CC; }
a { background-color: rgb(150,2,204); }
div.DivClassName
{
background-color: #9602CC;
}
.BgClassName
{
background-color: #9602CC;
}
</style>
border-color css
<style>
span { border-color: #9602CC; }
span { border-color: rgb(150,2,204); }
td.TdClassName
{
border-color: #9602CC;
}
.TagClassName
{
border-color: #9602CC;
}
</style>