Shades of Dark Violet #9818CE
Tints of Dark Violet #9818CE
RGB
CMYK
RGB Variations
Color information
#9818CE (or 0x9818CE) is known color: Dark Violet. HEX triplet: 98, 18 and CE. RGB value is (152,24,206). Sum of RGB (Red+Green+Blue) = 152+24+206=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #9818CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9818CE is #67E731. Grayscale: #525252. Windows color (decimal): -6809394 or 13506712. OLE color: 13506712.
HSL color Cylindrical-coordinate representation of color #9818CE: hue angle of 282.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9818CE is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 24 | 206 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.19 |
| HSL | 282.2º | 0.79% | 0.45% | - |
| HSV(B) | 282.2º | 0.88% | 0.81% | - |
| XYZ | 24.42 | 11.78 | 59.38 | - |
| YUV | 83.02 | 197.41 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 206 | 0.26 | 0.88 | 0 | 0.19 | 282.2 | 0.79 | 0.45 |
| Hex | 98 | 18 | CE | 1A | 58 | 0 | 13 | 11A | 4F | 2D |
| Octal | 230 | 30 | 316 | 32 | 130 | 0 | 23 | 432 | 117 | 55 |
| Binary | 10011000 | 11000 | 11001110 | 11010 | 1011000 | 0 | 10011 | 100011010 | 1001111 | 101101 |
Color Harmonies of #9818CE
Complementary color
Monochromatic Colors of #9818CE
Black with #9818CE
Text Example
Text Example
White with #9818CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9818CE; }
p { color: rgb(152,24,206); }
H1.HeaderClassName
{
color: #9818CE;
}
.AnyTagClassName
{
color: #9818CE;
}
</style>
background-color css
<style>
a { background-color: #9818CE; }
a { background-color: rgb(152,24,206); }
div.DivClassName
{
background-color: #9818CE;
}
.BgClassName
{
background-color: #9818CE;
}
</style>
border-color css
<style>
span { border-color: #9818CE; }
span { border-color: rgb(152,24,206); }
td.TdClassName
{
border-color: #9818CE;
}
.TagClassName
{
border-color: #9818CE;
}
</style>