Shades of Dark Violet #910DDB
Tints of Dark Violet #910DDB
RGB
CMYK
RGB Variations
Color information
#910DDB (or 0x910DDB) is known color: Dark Violet. HEX triplet: 91, 0D and DB. RGB value is (145,13,219). Sum of RGB (Red+Green+Blue) = 145+13+219=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #910DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DDB is #6EF224. Grayscale: #4B4B4B. Windows color (decimal): -7270949 or 14355857. OLE color: 14355857.
HSL color Cylindrical-coordinate representation of color #910DDB: hue angle of 278.45º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910DDB is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 13 | 219 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.14 |
| HSL | 278.45º | 0.89% | 0.45% | - |
| HSV(B) | 278.45º | 0.94% | 0.86% | - |
| XYZ | 24.61 | 11.42 | 67.93 | - |
| YUV | 75.95 | 208.73 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 219 | 0.34 | 0.94 | 0 | 0.14 | 278.45 | 0.89 | 0.45 |
| Hex | 91 | D | DB | 22 | 5E | 0 | E | 116 | 59 | 2D |
| Octal | 221 | 15 | 333 | 42 | 136 | 0 | 16 | 426 | 131 | 55 |
| Binary | 10010001 | 1101 | 11011011 | 100010 | 1011110 | 0 | 1110 | 100010110 | 1011001 | 101101 |
Color Harmonies of #910DDB
Complementary color
Monochromatic Colors of #910DDB
Black with #910DDB
Text Example
Text Example
White with #910DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910DDB; }
p { color: rgb(145,13,219); }
H1.HeaderClassName
{
color: #910DDB;
}
.AnyTagClassName
{
color: #910DDB;
}
</style>
background-color css
<style>
a { background-color: #910DDB; }
a { background-color: rgb(145,13,219); }
div.DivClassName
{
background-color: #910DDB;
}
.BgClassName
{
background-color: #910DDB;
}
</style>
border-color css
<style>
span { border-color: #910DDB; }
span { border-color: rgb(145,13,219); }
td.TdClassName
{
border-color: #910DDB;
}
.TagClassName
{
border-color: #910DDB;
}
</style>