Shades of Dark Violet #9813E0
Tints of Dark Violet #9813E0
RGB
CMYK
RGB Variations
Color information
#9813E0 (or 0x9813E0) is known color: Dark Violet. HEX triplet: 98, 13 and E0. RGB value is (152,19,224). Sum of RGB (Red+Green+Blue) = 152+19+224=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #9813E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813E0 is #67EC1F. Grayscale: #515151. Windows color (decimal): -6810656 or 14685080. OLE color: 14685080.
HSL color Cylindrical-coordinate representation of color #9813E0: hue angle of 278.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9813E0 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 19 | 224 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.12 |
| HSL | 278.93º | 0.84% | 0.48% | - |
| HSV(B) | 278.93º | 0.92% | 0.88% | - |
| XYZ | 26.64 | 12.52 | 71.53 | - |
| YUV | 82.14 | 208.06 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 224 | 0.32 | 0.92 | 0 | 0.12 | 278.93 | 0.84 | 0.48 |
| Hex | 98 | 13 | E0 | 20 | 5C | 0 | C | 117 | 54 | 30 |
| Octal | 230 | 23 | 340 | 40 | 134 | 0 | 14 | 427 | 124 | 60 |
| Binary | 10011000 | 10011 | 11100000 | 100000 | 1011100 | 0 | 1100 | 100010111 | 1010100 | 110000 |
Color Harmonies of #9813E0
Complementary color
Monochromatic Colors of #9813E0
Black with #9813E0
Text Example
Text Example
White with #9813E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9813E0; }
p { color: rgb(152,19,224); }
H1.HeaderClassName
{
color: #9813E0;
}
.AnyTagClassName
{
color: #9813E0;
}
</style>
background-color css
<style>
a { background-color: #9813E0; }
a { background-color: rgb(152,19,224); }
div.DivClassName
{
background-color: #9813E0;
}
.BgClassName
{
background-color: #9813E0;
}
</style>
border-color css
<style>
span { border-color: #9813E0; }
span { border-color: rgb(152,19,224); }
td.TdClassName
{
border-color: #9813E0;
}
.TagClassName
{
border-color: #9813E0;
}
</style>