Shades of Dark Violet #9813DC
Tints of Dark Violet #9813DC
RGB
CMYK
RGB Variations
Color information
#9813DC (or 0x9813DC) is known color: Dark Violet. HEX triplet: 98, 13 and DC. RGB value is (152,19,220). Sum of RGB (Red+Green+Blue) = 152+19+220=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #9813DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813DC is #67EC23. Grayscale: #515151. Windows color (decimal): -6810660 or 14422936. OLE color: 14422936.
HSL color Cylindrical-coordinate representation of color #9813DC: hue angle of 279.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9813DC is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 19 | 220 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.14 |
| HSL | 279.7º | 0.84% | 0.47% | - |
| HSV(B) | 279.7º | 0.91% | 0.86% | - |
| XYZ | 26.1 | 12.31 | 68.71 | - |
| YUV | 81.68 | 206.06 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 220 | 0.31 | 0.91 | 0 | 0.14 | 279.7 | 0.84 | 0.47 |
| Hex | 98 | 13 | DC | 1F | 5B | 0 | E | 118 | 54 | 2F |
| Octal | 230 | 23 | 334 | 37 | 133 | 0 | 16 | 430 | 124 | 57 |
| Binary | 10011000 | 10011 | 11011100 | 11111 | 1011011 | 0 | 1110 | 100011000 | 1010100 | 101111 |
Color Harmonies of #9813DC
Complementary color
Monochromatic Colors of #9813DC
Black with #9813DC
Text Example
Text Example
White with #9813DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9813DC; }
p { color: rgb(152,19,220); }
H1.HeaderClassName
{
color: #9813DC;
}
.AnyTagClassName
{
color: #9813DC;
}
</style>
background-color css
<style>
a { background-color: #9813DC; }
a { background-color: rgb(152,19,220); }
div.DivClassName
{
background-color: #9813DC;
}
.BgClassName
{
background-color: #9813DC;
}
</style>
border-color css
<style>
span { border-color: #9813DC; }
span { border-color: rgb(152,19,220); }
td.TdClassName
{
border-color: #9813DC;
}
.TagClassName
{
border-color: #9813DC;
}
</style>