Shades of Dark Violet #9602DD
Tints of Dark Violet #9602DD
RGB
CMYK
RGB Variations
Color information
#9602DD (or 0x9602DD) is known color: Dark Violet. HEX triplet: 96, 02 and DD. RGB value is (150,2,221). Sum of RGB (Red+Green+Blue) = 150+2+221=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #9602DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602DD is #69FD22. Grayscale: #464646. Windows color (decimal): -6946083 or 14484118. OLE color: 14484118.
HSL color Cylindrical-coordinate representation of color #9602DD: hue angle of 280.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9602DD is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 2 | 221 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.13 |
| HSL | 280.55º | 0.98% | 0.44% | - |
| HSV(B) | 280.55º | 0.99% | 0.87% | - |
| XYZ | 25.65 | 11.75 | 69.32 | - |
| YUV | 71.22 | 212.53 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 221 | 0.32 | 0.99 | 0 | 0.13 | 280.55 | 0.98 | 0.44 |
| Hex | 96 | 2 | DD | 20 | 63 | 0 | D | 119 | 62 | 2C |
| Octal | 226 | 2 | 335 | 40 | 143 | 0 | 15 | 431 | 142 | 54 |
| Binary | 10010110 | 10 | 11011101 | 100000 | 1100011 | 0 | 1101 | 100011001 | 1100010 | 101100 |
Color Harmonies of #9602DD
Complementary color
Monochromatic Colors of #9602DD
Black with #9602DD
Text Example
Text Example
White with #9602DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9602DD; }
p { color: rgb(150,2,221); }
H1.HeaderClassName
{
color: #9602DD;
}
.AnyTagClassName
{
color: #9602DD;
}
</style>
background-color css
<style>
a { background-color: #9602DD; }
a { background-color: rgb(150,2,221); }
div.DivClassName
{
background-color: #9602DD;
}
.BgClassName
{
background-color: #9602DD;
}
</style>
border-color css
<style>
span { border-color: #9602DD; }
span { border-color: rgb(150,2,221); }
td.TdClassName
{
border-color: #9602DD;
}
.TagClassName
{
border-color: #9602DD;
}
</style>