Shades of Dark Violet #9811CE
Tints of Dark Violet #9811CE
RGB
CMYK
RGB Variations
Color information
#9811CE (or 0x9811CE) is known color: Dark Violet. HEX triplet: 98, 11 and CE. RGB value is (152,17,206). Sum of RGB (Red+Green+Blue) = 152+17+206=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 17 (7.03% from 255 or 4.53% 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 #9811CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9811CE is #67EE31. Grayscale: #4E4E4E. Windows color (decimal): -6811186 or 13504920. OLE color: 13504920.
HSL color Cylindrical-coordinate representation of color #9811CE: hue angle of 282.86º degrees, saturation: 0.85, 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 #9811CE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 17 | 206 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.19 |
| HSL | 282.86º | 0.85% | 0.44% | - |
| HSV(B) | 282.86º | 0.92% | 0.81% | - |
| XYZ | 24.29 | 11.53 | 59.34 | - |
| YUV | 78.91 | 199.73 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 206 | 0.26 | 0.92 | 0 | 0.19 | 282.86 | 0.85 | 0.44 |
| Hex | 98 | 11 | CE | 1A | 5C | 0 | 13 | 11B | 55 | 2C |
| Octal | 230 | 21 | 316 | 32 | 134 | 0 | 23 | 433 | 125 | 54 |
| Binary | 10011000 | 10001 | 11001110 | 11010 | 1011100 | 0 | 10011 | 100011011 | 1010101 | 101100 |
Color Harmonies of #9811CE
Complementary color
Monochromatic Colors of #9811CE
Black with #9811CE
Text Example
Text Example
White with #9811CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9811CE; }
p { color: rgb(152,17,206); }
H1.HeaderClassName
{
color: #9811CE;
}
.AnyTagClassName
{
color: #9811CE;
}
</style>
background-color css
<style>
a { background-color: #9811CE; }
a { background-color: rgb(152,17,206); }
div.DivClassName
{
background-color: #9811CE;
}
.BgClassName
{
background-color: #9811CE;
}
</style>
border-color css
<style>
span { border-color: #9811CE; }
span { border-color: rgb(152,17,206); }
td.TdClassName
{
border-color: #9811CE;
}
.TagClassName
{
border-color: #9811CE;
}
</style>