Shades of Dark Violet #9813C0
Tints of Dark Violet #9813C0
RGB
CMYK
RGB Variations
Color information
#9813C0 (or 0x9813C0) is known color: Dark Violet. HEX triplet: 98, 13 and C0. RGB value is (152,19,192). Sum of RGB (Red+Green+Blue) = 152+19+192=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #9813C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813C0 is #67EC3F. Grayscale: #4D4D4D. Windows color (decimal): -6810688 or 12587928. OLE color: 12587928.
HSL color Cylindrical-coordinate representation of color #9813C0: hue angle of 286.13º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9813C0 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 19 | 192 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.25 |
| HSL | 286.13º | 0.82% | 0.41% | - |
| HSV(B) | 286.13º | 0.9% | 0.75% | - |
| XYZ | 22.7 | 10.95 | 50.79 | - |
| YUV | 78.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 192 | 0.21 | 0.90 | 0 | 0.25 | 286.13 | 0.82 | 0.41 |
| Hex | 98 | 13 | C0 | 15 | 5A | 0 | 19 | 11E | 52 | 29 |
| Octal | 230 | 23 | 300 | 25 | 132 | 0 | 31 | 436 | 122 | 51 |
| Binary | 10011000 | 10011 | 11000000 | 10101 | 1011010 | 0 | 11001 | 100011110 | 1010010 | 101001 |
Color Harmonies of #9813C0
Complementary color
Monochromatic Colors of #9813C0
Black with #9813C0
Text Example
Text Example
White with #9813C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9813C0; }
p { color: rgb(152,19,192); }
H1.HeaderClassName
{
color: #9813C0;
}
.AnyTagClassName
{
color: #9813C0;
}
</style>
background-color css
<style>
a { background-color: #9813C0; }
a { background-color: rgb(152,19,192); }
div.DivClassName
{
background-color: #9813C0;
}
.BgClassName
{
background-color: #9813C0;
}
</style>
border-color css
<style>
span { border-color: #9813C0; }
span { border-color: rgb(152,19,192); }
td.TdClassName
{
border-color: #9813C0;
}
.TagClassName
{
border-color: #9813C0;
}
</style>