Shades of Dark Violet #9115DB
Tints of Dark Violet #9115DB
RGB
CMYK
RGB Variations
Color information
#9115DB (or 0x9115DB) is known color: Dark Violet. HEX triplet: 91, 15 and DB. RGB value is (145,21,219). Sum of RGB (Red+Green+Blue) = 145+21+219=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #9115DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9115DB is #6EEA24. Grayscale: #4F4F4F. Windows color (decimal): -7268901 or 14357905. OLE color: 14357905.
HSL color Cylindrical-coordinate representation of color #9115DB: hue angle of 277.58º degrees, saturation: 0.82, 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 #9115DB is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 21 | 219 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.14 |
| HSL | 277.58º | 0.83% | 0.47% | - |
| HSV(B) | 277.58º | 0.9% | 0.86% | - |
| XYZ | 24.73 | 11.67 | 67.97 | - |
| YUV | 80.65 | 206.08 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 219 | 0.34 | 0.90 | 0 | 0.14 | 277.58 | 0.83 | 0.47 |
| Hex | 91 | 15 | DB | 22 | 5A | 0 | E | 116 | 52 | 2F |
| Octal | 221 | 25 | 333 | 42 | 132 | 0 | 16 | 426 | 122 | 57 |
| Binary | 10010001 | 10101 | 11011011 | 100010 | 1011010 | 0 | 1110 | 100010110 | 1010010 | 101111 |
Color Harmonies of #9115DB
Complementary color
Monochromatic Colors of #9115DB
Black with #9115DB
Text Example
Text Example
White with #9115DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9115DB; }
p { color: rgb(145,21,219); }
H1.HeaderClassName
{
color: #9115DB;
}
.AnyTagClassName
{
color: #9115DB;
}
</style>
background-color css
<style>
a { background-color: #9115DB; }
a { background-color: rgb(145,21,219); }
div.DivClassName
{
background-color: #9115DB;
}
.BgClassName
{
background-color: #9115DB;
}
</style>
border-color css
<style>
span { border-color: #9115DB; }
span { border-color: rgb(145,21,219); }
td.TdClassName
{
border-color: #9115DB;
}
.TagClassName
{
border-color: #9115DB;
}
</style>