Shades of Dark Violet #910BDA
Tints of Dark Violet #910BDA
RGB
CMYK
RGB Variations
Color information
#910BDA (or 0x910BDA) is known color: Dark Violet. HEX triplet: 91, 0B and DA. RGB value is (145,11,218). Sum of RGB (Red+Green+Blue) = 145+11+218=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #910BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910BDA is #6EF425. Grayscale: #494949. Windows color (decimal): -7271462 or 14289809. OLE color: 14289809.
HSL color Cylindrical-coordinate representation of color #910BDA: hue angle of 278.84º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910BDA is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 11 | 218 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.15 |
| HSL | 278.84º | 0.9% | 0.45% | - |
| HSV(B) | 278.84º | 0.95% | 0.85% | - |
| XYZ | 24.45 | 11.32 | 67.23 | - |
| YUV | 74.66 | 208.89 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 218 | 0.33 | 0.95 | 0 | 0.15 | 278.84 | 0.9 | 0.45 |
| Hex | 91 | B | DA | 21 | 5F | 0 | F | 117 | 5A | 2D |
| Octal | 221 | 13 | 332 | 41 | 137 | 0 | 17 | 427 | 132 | 55 |
| Binary | 10010001 | 1011 | 11011010 | 100001 | 1011111 | 0 | 1111 | 100010111 | 1011010 | 101101 |
Color Harmonies of #910BDA
Complementary color
Monochromatic Colors of #910BDA
Black with #910BDA
Text Example
Text Example
White with #910BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910BDA; }
p { color: rgb(145,11,218); }
H1.HeaderClassName
{
color: #910BDA;
}
.AnyTagClassName
{
color: #910BDA;
}
</style>
background-color css
<style>
a { background-color: #910BDA; }
a { background-color: rgb(145,11,218); }
div.DivClassName
{
background-color: #910BDA;
}
.BgClassName
{
background-color: #910BDA;
}
</style>
border-color css
<style>
span { border-color: #910BDA; }
span { border-color: rgb(145,11,218); }
td.TdClassName
{
border-color: #910BDA;
}
.TagClassName
{
border-color: #910BDA;
}
</style>