Shades of Dark Violet #9702CB
Tints of Dark Violet #9702CB
RGB
CMYK
RGB Variations
Color information
#9702CB (or 0x9702CB) is known color: Dark Violet. HEX triplet: 97, 02 and CB. RGB value is (151,2,203). Sum of RGB (Red+Green+Blue) = 151+2+203=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #9702CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9702CB is #68FD34. Grayscale: #444444. Windows color (decimal): -6880565 or 13304471. OLE color: 13304471.
HSL color Cylindrical-coordinate representation of color #9702CB: hue angle of 284.48º 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 #9702CB is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 2 | 203 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.20 |
| HSL | 284.48º | 0.98% | 0.4% | - |
| HSV(B) | 284.48º | 0.99% | 0.8% | - |
| XYZ | 23.56 | 10.93 | 57.37 | - |
| YUV | 69.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 203 | 0.26 | 0.99 | 0 | 0.20 | 284.48 | 0.98 | 0.4 |
| Hex | 97 | 2 | CB | 1A | 63 | 0 | 14 | 11C | 62 | 28 |
| Octal | 227 | 2 | 313 | 32 | 143 | 0 | 24 | 434 | 142 | 50 |
| Binary | 10010111 | 10 | 11001011 | 11010 | 1100011 | 0 | 10100 | 100011100 | 1100010 | 101000 |
Color Harmonies of #9702CB
Complementary color
Monochromatic Colors of #9702CB
Black with #9702CB
Text Example
Text Example
White with #9702CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9702CB; }
p { color: rgb(151,2,203); }
H1.HeaderClassName
{
color: #9702CB;
}
.AnyTagClassName
{
color: #9702CB;
}
</style>
background-color css
<style>
a { background-color: #9702CB; }
a { background-color: rgb(151,2,203); }
div.DivClassName
{
background-color: #9702CB;
}
.BgClassName
{
background-color: #9702CB;
}
</style>
border-color css
<style>
span { border-color: #9702CB; }
span { border-color: rgb(151,2,203); }
td.TdClassName
{
border-color: #9702CB;
}
.TagClassName
{
border-color: #9702CB;
}
</style>