Shades of Dark Violet #910AB2
Tints of Dark Violet #910AB2
RGB
CMYK
RGB Variations
Color information
#910AB2 (or 0x910AB2) is known color: Dark Violet. HEX triplet: 91, 0A and B2. RGB value is (145,10,178). Sum of RGB (Red+Green+Blue) = 145+10+178=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 178 (69.92% from 255 or 53.45% from 333); Max value from RGB is 178 - color contains mainly: blue. Hex color #910AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910AB2 is #6EF54D. Grayscale: #444444. Windows color (decimal): -7271758 or 11668113. OLE color: 11668113.
HSL color Cylindrical-coordinate representation of color #910AB2: hue angle of 288.21º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910AB2 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 10 | 178 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.30 |
| HSL | 288.21º | 0.89% | 0.37% | - |
| HSV(B) | 288.21º | 0.94% | 0.7% | - |
| XYZ | 19.82 | 9.45 | 42.9 | - |
| YUV | 69.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 178 | 0.19 | 0.94 | 0 | 0.30 | 288.21 | 0.89 | 0.37 |
| Hex | 91 | A | B2 | 13 | 5E | 0 | 1E | 120 | 59 | 25 |
| Octal | 221 | 12 | 262 | 23 | 136 | 0 | 36 | 440 | 131 | 45 |
| Binary | 10010001 | 1010 | 10110010 | 10011 | 1011110 | 0 | 11110 | 100100000 | 1011001 | 100101 |
Color Harmonies of #910AB2
Complementary color
Monochromatic Colors of #910AB2
Black with #910AB2
Text Example
Text Example
White with #910AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910AB2; }
p { color: rgb(145,10,178); }
H1.HeaderClassName
{
color: #910AB2;
}
.AnyTagClassName
{
color: #910AB2;
}
</style>
background-color css
<style>
a { background-color: #910AB2; }
a { background-color: rgb(145,10,178); }
div.DivClassName
{
background-color: #910AB2;
}
.BgClassName
{
background-color: #910AB2;
}
</style>
border-color css
<style>
span { border-color: #910AB2; }
span { border-color: rgb(145,10,178); }
td.TdClassName
{
border-color: #910AB2;
}
.TagClassName
{
border-color: #910AB2;
}
</style>