Shades of Dark Violet #9910CE
Tints of Dark Violet #9910CE
RGB
CMYK
RGB Variations
Color information
#9910CE (or 0x9910CE) is known color: Dark Violet. HEX triplet: 99, 10 and CE. RGB value is (153,16,206). Sum of RGB (Red+Green+Blue) = 153+16+206=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #9910CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9910CE is #66EF31. Grayscale: #4E4E4E. Windows color (decimal): -6745906 or 13504665. OLE color: 13504665.
HSL color Cylindrical-coordinate representation of color #9910CE: hue angle of 283.26º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9910CE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 16 | 206 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.19 |
| HSL | 283.26º | 0.86% | 0.44% | - |
| HSV(B) | 283.26º | 0.92% | 0.81% | - |
| XYZ | 24.46 | 11.6 | 59.34 | - |
| YUV | 78.62 | 199.89 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 206 | 0.26 | 0.92 | 0 | 0.19 | 283.26 | 0.86 | 0.44 |
| Hex | 99 | 10 | CE | 1A | 5C | 0 | 13 | 11B | 56 | 2C |
| Octal | 231 | 20 | 316 | 32 | 134 | 0 | 23 | 433 | 126 | 54 |
| Binary | 10011001 | 10000 | 11001110 | 11010 | 1011100 | 0 | 10011 | 100011011 | 1010110 | 101100 |
Color Harmonies of #9910CE
Complementary color
Monochromatic Colors of #9910CE
Black with #9910CE
Text Example
Text Example
White with #9910CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9910CE; }
p { color: rgb(153,16,206); }
H1.HeaderClassName
{
color: #9910CE;
}
.AnyTagClassName
{
color: #9910CE;
}
</style>
background-color css
<style>
a { background-color: #9910CE; }
a { background-color: rgb(153,16,206); }
div.DivClassName
{
background-color: #9910CE;
}
.BgClassName
{
background-color: #9910CE;
}
</style>
border-color css
<style>
span { border-color: #9910CE; }
span { border-color: rgb(153,16,206); }
td.TdClassName
{
border-color: #9910CE;
}
.TagClassName
{
border-color: #9910CE;
}
</style>