Shades of Dark Violet #9813BA
Tints of Dark Violet #9813BA
RGB
CMYK
RGB Variations
Color information
#9813BA (or 0x9813BA) is known color: Dark Violet. HEX triplet: 98, 13 and BA. RGB value is (152,19,186). Sum of RGB (Red+Green+Blue) = 152+19+186=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #9813BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813BA is #67EC45. Grayscale: #4D4D4D. Windows color (decimal): -6810694 or 12194712. OLE color: 12194712.
HSL color Cylindrical-coordinate representation of color #9813BA: hue angle of 287.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9813BA is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 19 | 186 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.27 |
| HSL | 287.78º | 0.81% | 0.4% | - |
| HSV(B) | 287.78º | 0.9% | 0.73% | - |
| XYZ | 22.04 | 10.69 | 47.36 | - |
| YUV | 77.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 186 | 0.18 | 0.90 | 0 | 0.27 | 287.78 | 0.81 | 0.4 |
| Hex | 98 | 13 | BA | 12 | 5A | 0 | 1B | 120 | 51 | 28 |
| Octal | 230 | 23 | 272 | 22 | 132 | 0 | 33 | 440 | 121 | 50 |
| Binary | 10011000 | 10011 | 10111010 | 10010 | 1011010 | 0 | 11011 | 100100000 | 1010001 | 101000 |
Color Harmonies of #9813BA
Complementary color
Monochromatic Colors of #9813BA
Black with #9813BA
Text Example
Text Example
White with #9813BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9813BA; }
p { color: rgb(152,19,186); }
H1.HeaderClassName
{
color: #9813BA;
}
.AnyTagClassName
{
color: #9813BA;
}
</style>
background-color css
<style>
a { background-color: #9813BA; }
a { background-color: rgb(152,19,186); }
div.DivClassName
{
background-color: #9813BA;
}
.BgClassName
{
background-color: #9813BA;
}
</style>
border-color css
<style>
span { border-color: #9813BA; }
span { border-color: rgb(152,19,186); }
td.TdClassName
{
border-color: #9813BA;
}
.TagClassName
{
border-color: #9813BA;
}
</style>