Shades of Dark Violet #9913E6
Tints of Dark Violet #9913E6
RGB
CMYK
RGB Variations
Color information
#9913E6 (or 0x9913E6) is known color: Dark Violet. HEX triplet: 99, 13 and E6. RGB value is (153,19,230). Sum of RGB (Red+Green+Blue) = 153+19+230=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 230 (90.23% from 255 or 57.21% from 402); Max value from RGB is 230 - color contains mainly: blue. Hex color #9913E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9913E6 is #66EC19. Grayscale: #525252. Windows color (decimal): -6745114 or 15078297. OLE color: 15078297.
HSL color Cylindrical-coordinate representation of color #9913E6: hue angle of 278.1º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9913E6 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 19 | 230 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.10 |
| HSL | 278.1º | 0.85% | 0.49% | - |
| HSV(B) | 278.1º | 0.92% | 0.9% | - |
| XYZ | 27.65 | 12.95 | 75.91 | - |
| YUV | 83.12 | 210.89 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 230 | 0.33 | 0.92 | 0 | 0.10 | 278.1 | 0.85 | 0.49 |
| Hex | 99 | 13 | E6 | 21 | 5C | 0 | A | 116 | 55 | 31 |
| Octal | 231 | 23 | 346 | 41 | 134 | 0 | 12 | 426 | 125 | 61 |
| Binary | 10011001 | 10011 | 11100110 | 100001 | 1011100 | 0 | 1010 | 100010110 | 1010101 | 110001 |
Color Harmonies of #9913E6
Complementary color
Monochromatic Colors of #9913E6
Black with #9913E6
Text Example
Text Example
White with #9913E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9913E6; }
p { color: rgb(153,19,230); }
H1.HeaderClassName
{
color: #9913E6;
}
.AnyTagClassName
{
color: #9913E6;
}
</style>
background-color css
<style>
a { background-color: #9913E6; }
a { background-color: rgb(153,19,230); }
div.DivClassName
{
background-color: #9913E6;
}
.BgClassName
{
background-color: #9913E6;
}
</style>
border-color css
<style>
span { border-color: #9913E6; }
span { border-color: rgb(153,19,230); }
td.TdClassName
{
border-color: #9913E6;
}
.TagClassName
{
border-color: #9913E6;
}
</style>