Shades of Dark Violet #9813DA
Tints of Dark Violet #9813DA
RGB
CMYK
RGB Variations
Color information
#9813DA (or 0x9813DA) is known color: Dark Violet. HEX triplet: 98, 13 and DA. RGB value is (152,19,218). Sum of RGB (Red+Green+Blue) = 152+19+218=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #9813DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813DA is #67EC25. Grayscale: #505050. Windows color (decimal): -6810662 or 14291864. OLE color: 14291864.
HSL color Cylindrical-coordinate representation of color #9813DA: hue angle of 280.1º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9813DA is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 19 | 218 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.15 |
| HSL | 280.1º | 0.84% | 0.46% | - |
| HSV(B) | 280.1º | 0.91% | 0.85% | - |
| XYZ | 25.84 | 12.2 | 67.32 | - |
| YUV | 81.45 | 205.06 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 218 | 0.30 | 0.91 | 0 | 0.15 | 280.1 | 0.84 | 0.46 |
| Hex | 98 | 13 | DA | 1E | 5B | 0 | F | 118 | 54 | 2E |
| Octal | 230 | 23 | 332 | 36 | 133 | 0 | 17 | 430 | 124 | 56 |
| Binary | 10011000 | 10011 | 11011010 | 11110 | 1011011 | 0 | 1111 | 100011000 | 1010100 | 101110 |
Color Harmonies of #9813DA
Complementary color
Monochromatic Colors of #9813DA
Black with #9813DA
Text Example
Text Example
White with #9813DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9813DA; }
p { color: rgb(152,19,218); }
H1.HeaderClassName
{
color: #9813DA;
}
.AnyTagClassName
{
color: #9813DA;
}
</style>
background-color css
<style>
a { background-color: #9813DA; }
a { background-color: rgb(152,19,218); }
div.DivClassName
{
background-color: #9813DA;
}
.BgClassName
{
background-color: #9813DA;
}
</style>
border-color css
<style>
span { border-color: #9813DA; }
span { border-color: rgb(152,19,218); }
td.TdClassName
{
border-color: #9813DA;
}
.TagClassName
{
border-color: #9813DA;
}
</style>