Shades of Dark Violet #9702CA
Tints of Dark Violet #9702CA
RGB
CMYK
RGB Variations
Color information
#9702CA (or 0x9702CA) is known color: Dark Violet. HEX triplet: 97, 02 and CA. RGB value is (151,2,202). Sum of RGB (Red+Green+Blue) = 151+2+202=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #9702CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9702CA is #68FD35. Grayscale: #444444. Windows color (decimal): -6880566 or 13238935. OLE color: 13238935.
HSL color Cylindrical-coordinate representation of color #9702CA: hue angle of 284.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9702CA is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 2 | 202 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.21 |
| HSL | 284.7º | 0.98% | 0.4% | - |
| HSV(B) | 284.7º | 0.99% | 0.79% | - |
| XYZ | 23.44 | 10.89 | 56.74 | - |
| YUV | 69.35 | 202.86 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 202 | 0.25 | 0.99 | 0 | 0.21 | 284.7 | 0.98 | 0.4 |
| Hex | 97 | 2 | CA | 19 | 63 | 0 | 15 | 11D | 62 | 28 |
| Octal | 227 | 2 | 312 | 31 | 143 | 0 | 25 | 435 | 142 | 50 |
| Binary | 10010111 | 10 | 11001010 | 11001 | 1100011 | 0 | 10101 | 100011101 | 1100010 | 101000 |
Color Harmonies of #9702CA
Complementary color
Monochromatic Colors of #9702CA
Black with #9702CA
Text Example
Text Example
White with #9702CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9702CA; }
p { color: rgb(151,2,202); }
H1.HeaderClassName
{
color: #9702CA;
}
.AnyTagClassName
{
color: #9702CA;
}
</style>
background-color css
<style>
a { background-color: #9702CA; }
a { background-color: rgb(151,2,202); }
div.DivClassName
{
background-color: #9702CA;
}
.BgClassName
{
background-color: #9702CA;
}
</style>
border-color css
<style>
span { border-color: #9702CA; }
span { border-color: rgb(151,2,202); }
td.TdClassName
{
border-color: #9702CA;
}
.TagClassName
{
border-color: #9702CA;
}
</style>