Shades of Dark Violet #9902E6
Tints of Dark Violet #9902E6
RGB
CMYK
RGB Variations
Color information
#9902E6 (or 0x9902E6) is known color: Dark Violet. HEX triplet: 99, 02 and E6. RGB value is (153,2,230). Sum of RGB (Red+Green+Blue) = 153+2+230=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #9902E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9902E6 is #66FD19. Grayscale: #484848. Windows color (decimal): -6749466 or 15073945. OLE color: 15073945.
HSL color Cylindrical-coordinate representation of color #9902E6: hue angle of 279.74º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9902E6 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 2 | 230 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.10 |
| HSL | 279.74º | 0.98% | 0.45% | - |
| HSV(B) | 279.74º | 0.99% | 0.9% | - |
| XYZ | 27.44 | 12.53 | 75.83 | - |
| YUV | 73.14 | 216.53 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 230 | 0.33 | 0.99 | 0 | 0.10 | 279.74 | 0.98 | 0.45 |
| Hex | 99 | 2 | E6 | 21 | 63 | 0 | A | 118 | 62 | 2D |
| Octal | 231 | 2 | 346 | 41 | 143 | 0 | 12 | 430 | 142 | 55 |
| Binary | 10011001 | 10 | 11100110 | 100001 | 1100011 | 0 | 1010 | 100011000 | 1100010 | 101101 |
Color Harmonies of #9902E6
Complementary color
Monochromatic Colors of #9902E6
Black with #9902E6
Text Example
Text Example
White with #9902E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9902E6; }
p { color: rgb(153,2,230); }
H1.HeaderClassName
{
color: #9902E6;
}
.AnyTagClassName
{
color: #9902E6;
}
</style>
background-color css
<style>
a { background-color: #9902E6; }
a { background-color: rgb(153,2,230); }
div.DivClassName
{
background-color: #9902E6;
}
.BgClassName
{
background-color: #9902E6;
}
</style>
border-color css
<style>
span { border-color: #9902E6; }
span { border-color: rgb(153,2,230); }
td.TdClassName
{
border-color: #9902E6;
}
.TagClassName
{
border-color: #9902E6;
}
</style>