Shades of Dark Violet #9810DC
Tints of Dark Violet #9810DC
RGB
CMYK
RGB Variations
Color information
#9810DC (or 0x9810DC) is known color: Dark Violet. HEX triplet: 98, 10 and DC. RGB value is (152,16,220). Sum of RGB (Red+Green+Blue) = 152+16+220=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #9810DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9810DC is #67EF23. Grayscale: #4F4F4F. Windows color (decimal): -6811428 or 14422168. OLE color: 14422168.
HSL color Cylindrical-coordinate representation of color #9810DC: hue angle of 280º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9810DC is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 16 | 220 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.14 |
| HSL | 280º | 0.86% | 0.46% | - |
| HSV(B) | 280º | 0.93% | 0.86% | - |
| XYZ | 26.05 | 12.21 | 68.69 | - |
| YUV | 79.92 | 207.06 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 220 | 0.31 | 0.93 | 0 | 0.14 | 280 | 0.86 | 0.46 |
| Hex | 98 | 10 | DC | 1F | 5D | 0 | E | 118 | 56 | 2E |
| Octal | 230 | 20 | 334 | 37 | 135 | 0 | 16 | 430 | 126 | 56 |
| Binary | 10011000 | 10000 | 11011100 | 11111 | 1011101 | 0 | 1110 | 100011000 | 1010110 | 101110 |
Color Harmonies of #9810DC
Complementary color
Monochromatic Colors of #9810DC
Black with #9810DC
Text Example
Text Example
White with #9810DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9810DC; }
p { color: rgb(152,16,220); }
H1.HeaderClassName
{
color: #9810DC;
}
.AnyTagClassName
{
color: #9810DC;
}
</style>
background-color css
<style>
a { background-color: #9810DC; }
a { background-color: rgb(152,16,220); }
div.DivClassName
{
background-color: #9810DC;
}
.BgClassName
{
background-color: #9810DC;
}
</style>
border-color css
<style>
span { border-color: #9810DC; }
span { border-color: rgb(152,16,220); }
td.TdClassName
{
border-color: #9810DC;
}
.TagClassName
{
border-color: #9810DC;
}
</style>