Shades of Dark Violet #9002CF
Tints of Dark Violet #9002CF
RGB
CMYK
RGB Variations
Color information
#9002CF (or 0x9002CF) is known color: Dark Violet. HEX triplet: 90, 02 and CF. RGB value is (144,2,207). Sum of RGB (Red+Green+Blue) = 144+2+207=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #9002CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002CF is #6FFD30. Grayscale: #434343. Windows color (decimal): -7339313 or 13566608. OLE color: 13566608.
HSL color Cylindrical-coordinate representation of color #9002CF: hue angle of 281.56º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002CF is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 2 | 207 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.19 |
| HSL | 281.56º | 0.98% | 0.41% | - |
| HSV(B) | 281.56º | 0.99% | 0.81% | - |
| XYZ | 22.79 | 10.48 | 59.85 | - |
| YUV | 67.83 | 206.54 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 207 | 0.30 | 0.99 | 0 | 0.19 | 281.56 | 0.98 | 0.41 |
| Hex | 90 | 2 | CF | 1E | 63 | 0 | 13 | 11A | 62 | 29 |
| Octal | 220 | 2 | 317 | 36 | 143 | 0 | 23 | 432 | 142 | 51 |
| Binary | 10010000 | 10 | 11001111 | 11110 | 1100011 | 0 | 10011 | 100011010 | 1100010 | 101001 |
Color Harmonies of #9002CF
Complementary color
Monochromatic Colors of #9002CF
Black with #9002CF
Text Example
Text Example
White with #9002CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9002CF; }
p { color: rgb(144,2,207); }
H1.HeaderClassName
{
color: #9002CF;
}
.AnyTagClassName
{
color: #9002CF;
}
</style>
background-color css
<style>
a { background-color: #9002CF; }
a { background-color: rgb(144,2,207); }
div.DivClassName
{
background-color: #9002CF;
}
.BgClassName
{
background-color: #9002CF;
}
</style>
border-color css
<style>
span { border-color: #9002CF; }
span { border-color: rgb(144,2,207); }
td.TdClassName
{
border-color: #9002CF;
}
.TagClassName
{
border-color: #9002CF;
}
</style>