Shades of Dark Violet #9602DF
Tints of Dark Violet #9602DF
RGB
CMYK
RGB Variations
Color information
#9602DF (or 0x9602DF) is known color: Dark Violet. HEX triplet: 96, 02 and DF. RGB value is (150,2,223). Sum of RGB (Red+Green+Blue) = 150+2+223=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #9602DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602DF is #69FD20. Grayscale: #464646. Windows color (decimal): -6946081 or 14615190. OLE color: 14615190.
HSL color Cylindrical-coordinate representation of color #9602DF: hue angle of 280.18º 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 #9602DF is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 2 | 223 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.13 |
| HSL | 280.18º | 0.98% | 0.44% | - |
| HSV(B) | 280.18º | 0.99% | 0.87% | - |
| XYZ | 25.92 | 11.86 | 70.73 | - |
| YUV | 71.45 | 213.53 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 223 | 0.33 | 0.99 | 0 | 0.13 | 280.18 | 0.98 | 0.44 |
| Hex | 96 | 2 | DF | 21 | 63 | 0 | D | 118 | 62 | 2C |
| Octal | 226 | 2 | 337 | 41 | 143 | 0 | 15 | 430 | 142 | 54 |
| Binary | 10010110 | 10 | 11011111 | 100001 | 1100011 | 0 | 1101 | 100011000 | 1100010 | 101100 |
Color Harmonies of #9602DF
Complementary color
Monochromatic Colors of #9602DF
Black with #9602DF
Text Example
Text Example
White with #9602DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9602DF; }
p { color: rgb(150,2,223); }
H1.HeaderClassName
{
color: #9602DF;
}
.AnyTagClassName
{
color: #9602DF;
}
</style>
background-color css
<style>
a { background-color: #9602DF; }
a { background-color: rgb(150,2,223); }
div.DivClassName
{
background-color: #9602DF;
}
.BgClassName
{
background-color: #9602DF;
}
</style>
border-color css
<style>
span { border-color: #9602DF; }
span { border-color: rgb(150,2,223); }
td.TdClassName
{
border-color: #9602DF;
}
.TagClassName
{
border-color: #9602DF;
}
</style>