Shades of Dark Violet #9810EA
Tints of Dark Violet #9810EA
RGB
CMYK
RGB Variations
Color information
#9810EA (or 0x9810EA) is known color: Dark Violet. HEX triplet: 98, 10 and EA. RGB value is (152,16,234). Sum of RGB (Red+Green+Blue) = 152+16+234=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #9810EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9810EA is #67EF15. Grayscale: #505050. Windows color (decimal): -6811414 or 15339672. OLE color: 15339672.
HSL color Cylindrical-coordinate representation of color #9810EA: hue angle of 277.43º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9810EA is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 16 | 234 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.08 |
| HSL | 277.43º | 0.87% | 0.49% | - |
| HSV(B) | 277.43º | 0.93% | 0.92% | - |
| XYZ | 27.99 | 12.99 | 78.87 | - |
| YUV | 81.52 | 214.06 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 234 | 0.35 | 0.93 | 0 | 0.08 | 277.43 | 0.87 | 0.49 |
| Hex | 98 | 10 | EA | 23 | 5D | 0 | 8 | 115 | 57 | 31 |
| Octal | 230 | 20 | 352 | 43 | 135 | 0 | 10 | 425 | 127 | 61 |
| Binary | 10011000 | 10000 | 11101010 | 100011 | 1011101 | 0 | 1000 | 100010101 | 1010111 | 110001 |
Color Harmonies of #9810EA
Complementary color
Monochromatic Colors of #9810EA
Black with #9810EA
Text Example
Text Example
White with #9810EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9810EA; }
p { color: rgb(152,16,234); }
H1.HeaderClassName
{
color: #9810EA;
}
.AnyTagClassName
{
color: #9810EA;
}
</style>
background-color css
<style>
a { background-color: #9810EA; }
a { background-color: rgb(152,16,234); }
div.DivClassName
{
background-color: #9810EA;
}
.BgClassName
{
background-color: #9810EA;
}
</style>
border-color css
<style>
span { border-color: #9810EA; }
span { border-color: rgb(152,16,234); }
td.TdClassName
{
border-color: #9810EA;
}
.TagClassName
{
border-color: #9810EA;
}
</style>