Shades of Dark Violet #9815CE
Tints of Dark Violet #9815CE
RGB
CMYK
RGB Variations
Color information
#9815CE (or 0x9815CE) is known color: Dark Violet. HEX triplet: 98, 15 and CE. RGB value is (152,21,206). Sum of RGB (Red+Green+Blue) = 152+21+206=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #9815CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9815CE is #67EA31. Grayscale: #505050. Windows color (decimal): -6810162 or 13505944. OLE color: 13505944.
HSL color Cylindrical-coordinate representation of color #9815CE: hue angle of 282.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9815CE is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 21 | 206 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.19 |
| HSL | 282.49º | 0.81% | 0.45% | - |
| HSV(B) | 282.49º | 0.9% | 0.81% | - |
| XYZ | 24.36 | 11.67 | 59.36 | - |
| YUV | 81.26 | 198.4 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 206 | 0.26 | 0.90 | 0 | 0.19 | 282.49 | 0.81 | 0.45 |
| Hex | 98 | 15 | CE | 1A | 5A | 0 | 13 | 11A | 51 | 2D |
| Octal | 230 | 25 | 316 | 32 | 132 | 0 | 23 | 432 | 121 | 55 |
| Binary | 10011000 | 10101 | 11001110 | 11010 | 1011010 | 0 | 10011 | 100011010 | 1010001 | 101101 |
Color Harmonies of #9815CE
Complementary color
Monochromatic Colors of #9815CE
Black with #9815CE
Text Example
Text Example
White with #9815CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9815CE; }
p { color: rgb(152,21,206); }
H1.HeaderClassName
{
color: #9815CE;
}
.AnyTagClassName
{
color: #9815CE;
}
</style>
background-color css
<style>
a { background-color: #9815CE; }
a { background-color: rgb(152,21,206); }
div.DivClassName
{
background-color: #9815CE;
}
.BgClassName
{
background-color: #9815CE;
}
</style>
border-color css
<style>
span { border-color: #9815CE; }
span { border-color: rgb(152,21,206); }
td.TdClassName
{
border-color: #9815CE;
}
.TagClassName
{
border-color: #9815CE;
}
</style>