Shades of Dark Violet #9908EC
Tints of Dark Violet #9908EC
RGB
CMYK
RGB Variations
Color information
#9908EC (or 0x9908EC) is known color: Dark Violet. HEX triplet: 99, 08 and EC. RGB value is (153,8,236). Sum of RGB (Red+Green+Blue) = 153+8+236=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #9908EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9908EC is #66F713. Grayscale: #4C4C4C. Windows color (decimal): -6747924 or 15468697. OLE color: 15468697.
HSL color Cylindrical-coordinate representation of color #9908EC: hue angle of 278.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9908EC is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 8 | 236 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.07 |
| HSL | 278.16º | 0.93% | 0.48% | - |
| HSV(B) | 278.16º | 0.97% | 0.93% | - |
| XYZ | 28.36 | 13 | 80.37 | - |
| YUV | 77.35 | 217.54 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 236 | 0.35 | 0.97 | 0 | 0.07 | 278.16 | 0.93 | 0.48 |
| Hex | 99 | 8 | EC | 23 | 61 | 0 | 7 | 116 | 5D | 30 |
| Octal | 231 | 10 | 354 | 43 | 141 | 0 | 7 | 426 | 135 | 60 |
| Binary | 10011001 | 1000 | 11101100 | 100011 | 1100001 | 0 | 111 | 100010110 | 1011101 | 110000 |
Color Harmonies of #9908EC
Complementary color
Monochromatic Colors of #9908EC
Black with #9908EC
Text Example
Text Example
White with #9908EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9908EC; }
p { color: rgb(153,8,236); }
H1.HeaderClassName
{
color: #9908EC;
}
.AnyTagClassName
{
color: #9908EC;
}
</style>
background-color css
<style>
a { background-color: #9908EC; }
a { background-color: rgb(153,8,236); }
div.DivClassName
{
background-color: #9908EC;
}
.BgClassName
{
background-color: #9908EC;
}
</style>
border-color css
<style>
span { border-color: #9908EC; }
span { border-color: rgb(153,8,236); }
td.TdClassName
{
border-color: #9908EC;
}
.TagClassName
{
border-color: #9908EC;
}
</style>