Shades of Dark Violet #9115DC
Tints of Dark Violet #9115DC
RGB
CMYK
RGB Variations
Color information
#9115DC (or 0x9115DC) is known color: Dark Violet. HEX triplet: 91, 15 and DC. RGB value is (145,21,220). Sum of RGB (Red+Green+Blue) = 145+21+220=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #9115DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9115DC is #6EEA23. Grayscale: #505050. Windows color (decimal): -7268900 or 14423441. OLE color: 14423441.
HSL color Cylindrical-coordinate representation of color #9115DC: hue angle of 277.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9115DC is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 21 | 220 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.14 |
| HSL | 277.39º | 0.83% | 0.47% | - |
| HSV(B) | 277.39º | 0.9% | 0.86% | - |
| XYZ | 24.86 | 11.72 | 68.66 | - |
| YUV | 80.76 | 206.58 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 220 | 0.34 | 0.90 | 0 | 0.14 | 277.39 | 0.83 | 0.47 |
| Hex | 91 | 15 | DC | 22 | 5A | 0 | E | 115 | 53 | 2F |
| Octal | 221 | 25 | 334 | 42 | 132 | 0 | 16 | 425 | 123 | 57 |
| Binary | 10010001 | 10101 | 11011100 | 100010 | 1011010 | 0 | 1110 | 100010101 | 1010011 | 101111 |
Color Harmonies of #9115DC
Complementary color
Monochromatic Colors of #9115DC
Black with #9115DC
Text Example
Text Example
White with #9115DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9115DC; }
p { color: rgb(145,21,220); }
H1.HeaderClassName
{
color: #9115DC;
}
.AnyTagClassName
{
color: #9115DC;
}
</style>
background-color css
<style>
a { background-color: #9115DC; }
a { background-color: rgb(145,21,220); }
div.DivClassName
{
background-color: #9115DC;
}
.BgClassName
{
background-color: #9115DC;
}
</style>
border-color css
<style>
span { border-color: #9115DC; }
span { border-color: rgb(145,21,220); }
td.TdClassName
{
border-color: #9115DC;
}
.TagClassName
{
border-color: #9115DC;
}
</style>