Shades of Dark Violet #910BDE
Tints of Dark Violet #910BDE
RGB
CMYK
RGB Variations
Color information
#910BDE (or 0x910BDE) is known color: Dark Violet. HEX triplet: 91, 0B and DE. RGB value is (145,11,222). Sum of RGB (Red+Green+Blue) = 145+11+222=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #910BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910BDE is #6EF421. Grayscale: #4A4A4A. Windows color (decimal): -7271458 or 14551953. OLE color: 14551953.
HSL color Cylindrical-coordinate representation of color #910BDE: hue angle of 278.1º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910BDE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 11 | 222 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.13 |
| HSL | 278.1º | 0.91% | 0.46% | - |
| HSV(B) | 278.1º | 0.95% | 0.87% | - |
| XYZ | 24.98 | 11.53 | 70.02 | - |
| YUV | 75.12 | 210.89 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 222 | 0.35 | 0.95 | 0 | 0.13 | 278.1 | 0.91 | 0.46 |
| Hex | 91 | B | DE | 23 | 5F | 0 | D | 116 | 5B | 2E |
| Octal | 221 | 13 | 336 | 43 | 137 | 0 | 15 | 426 | 133 | 56 |
| Binary | 10010001 | 1011 | 11011110 | 100011 | 1011111 | 0 | 1101 | 100010110 | 1011011 | 101110 |
Color Harmonies of #910BDE
Complementary color
Monochromatic Colors of #910BDE
Black with #910BDE
Text Example
Text Example
White with #910BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910BDE; }
p { color: rgb(145,11,222); }
H1.HeaderClassName
{
color: #910BDE;
}
.AnyTagClassName
{
color: #910BDE;
}
</style>
background-color css
<style>
a { background-color: #910BDE; }
a { background-color: rgb(145,11,222); }
div.DivClassName
{
background-color: #910BDE;
}
.BgClassName
{
background-color: #910BDE;
}
</style>
border-color css
<style>
span { border-color: #910BDE; }
span { border-color: rgb(145,11,222); }
td.TdClassName
{
border-color: #910BDE;
}
.TagClassName
{
border-color: #910BDE;
}
</style>