Shades of Dark Violet #9901E6
Tints of Dark Violet #9901E6
RGB
CMYK
RGB Variations
Color information
#9901E6 (or 0x9901E6) is known color: Dark Violet. HEX triplet: 99, 01 and E6. RGB value is (153,1,230). Sum of RGB (Red+Green+Blue) = 153+1+230=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 230 (90.23% from 255 or 59.90% from 384); Max value from RGB is 230 - color contains mainly: blue. Hex color #9901E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9901E6 is #66FE19. Grayscale: #474747. Windows color (decimal): -6749722 or 15073689. OLE color: 15073689.
HSL color Cylindrical-coordinate representation of color #9901E6: hue angle of 279.83º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9901E6 is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 1 | 230 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.10 |
| HSL | 279.83º | 0.99% | 0.45% | - |
| HSV(B) | 279.83º | 1% | 0.9% | - |
| XYZ | 27.43 | 12.51 | 75.83 | - |
| YUV | 72.55 | 216.86 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 230 | 0.33 | 1.00 | 0 | 0.10 | 279.83 | 0.99 | 0.45 |
| Hex | 99 | 1 | E6 | 21 | 64 | 0 | A | 118 | 63 | 2D |
| Octal | 231 | 1 | 346 | 41 | 144 | 0 | 12 | 430 | 143 | 55 |
| Binary | 10011001 | 1 | 11100110 | 100001 | 1100100 | 0 | 1010 | 100011000 | 1100011 | 101101 |
Color Harmonies of #9901E6
Complementary color
Monochromatic Colors of #9901E6
Black with #9901E6
Text Example
Text Example
White with #9901E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9901E6; }
p { color: rgb(153,1,230); }
H1.HeaderClassName
{
color: #9901E6;
}
.AnyTagClassName
{
color: #9901E6;
}
</style>
background-color css
<style>
a { background-color: #9901E6; }
a { background-color: rgb(153,1,230); }
div.DivClassName
{
background-color: #9901E6;
}
.BgClassName
{
background-color: #9901E6;
}
</style>
border-color css
<style>
span { border-color: #9901E6; }
span { border-color: rgb(153,1,230); }
td.TdClassName
{
border-color: #9901E6;
}
.TagClassName
{
border-color: #9901E6;
}
</style>