Shades of Dark Violet #9817CE
Tints of Dark Violet #9817CE
RGB
CMYK
RGB Variations
Color information
#9817CE (or 0x9817CE) is known color: Dark Violet. HEX triplet: 98, 17 and CE. RGB value is (152,23,206). Sum of RGB (Red+Green+Blue) = 152+23+206=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #9817CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9817CE is #67E831. Grayscale: #515151. Windows color (decimal): -6809650 or 13506456. OLE color: 13506456.
HSL color Cylindrical-coordinate representation of color #9817CE: hue angle of 282.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9817CE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 23 | 206 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.19 |
| HSL | 282.3º | 0.8% | 0.45% | - |
| HSV(B) | 282.3º | 0.89% | 0.81% | - |
| XYZ | 24.4 | 11.74 | 59.37 | - |
| YUV | 82.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 206 | 0.26 | 0.89 | 0 | 0.19 | 282.3 | 0.8 | 0.45 |
| Hex | 98 | 17 | CE | 1A | 59 | 0 | 13 | 11A | 50 | 2D |
| Octal | 230 | 27 | 316 | 32 | 131 | 0 | 23 | 432 | 120 | 55 |
| Binary | 10011000 | 10111 | 11001110 | 11010 | 1011001 | 0 | 10011 | 100011010 | 1010000 | 101101 |
Color Harmonies of #9817CE
Complementary color
Monochromatic Colors of #9817CE
Black with #9817CE
Text Example
Text Example
White with #9817CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9817CE; }
p { color: rgb(152,23,206); }
H1.HeaderClassName
{
color: #9817CE;
}
.AnyTagClassName
{
color: #9817CE;
}
</style>
background-color css
<style>
a { background-color: #9817CE; }
a { background-color: rgb(152,23,206); }
div.DivClassName
{
background-color: #9817CE;
}
.BgClassName
{
background-color: #9817CE;
}
</style>
border-color css
<style>
span { border-color: #9817CE; }
span { border-color: rgb(152,23,206); }
td.TdClassName
{
border-color: #9817CE;
}
.TagClassName
{
border-color: #9817CE;
}
</style>