Shades of Dark Violet #9905EE
Tints of Dark Violet #9905EE
RGB
CMYK
RGB Variations
Color information
#9905EE (or 0x9905EE) is known color: Dark Violet. HEX triplet: 99, 05 and EE. RGB value is (153,5,238). Sum of RGB (Red+Green+Blue) = 153+5+238=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #9905EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9905EE is #66FA11. Grayscale: #4B4B4B. Windows color (decimal): -6748690 or 15599001. OLE color: 15599001.
HSL color Cylindrical-coordinate representation of color #9905EE: hue angle of 278.11º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9905EE is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 5 | 238 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.07 |
| HSL | 278.11º | 0.96% | 0.48% | - |
| HSV(B) | 278.11º | 0.98% | 0.93% | - |
| XYZ | 28.62 | 13.05 | 81.9 | - |
| YUV | 75.81 | 219.53 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 238 | 0.36 | 0.98 | 0 | 0.07 | 278.11 | 0.96 | 0.48 |
| Hex | 99 | 5 | EE | 24 | 62 | 0 | 7 | 116 | 60 | 30 |
| Octal | 231 | 5 | 356 | 44 | 142 | 0 | 7 | 426 | 140 | 60 |
| Binary | 10011001 | 101 | 11101110 | 100100 | 1100010 | 0 | 111 | 100010110 | 1100000 | 110000 |
Color Harmonies of #9905EE
Complementary color
Monochromatic Colors of #9905EE
Black with #9905EE
Text Example
Text Example
White with #9905EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9905EE; }
p { color: rgb(153,5,238); }
H1.HeaderClassName
{
color: #9905EE;
}
.AnyTagClassName
{
color: #9905EE;
}
</style>
background-color css
<style>
a { background-color: #9905EE; }
a { background-color: rgb(153,5,238); }
div.DivClassName
{
background-color: #9905EE;
}
.BgClassName
{
background-color: #9905EE;
}
</style>
border-color css
<style>
span { border-color: #9905EE; }
span { border-color: rgb(153,5,238); }
td.TdClassName
{
border-color: #9905EE;
}
.TagClassName
{
border-color: #9905EE;
}
</style>