Shades of Dark Violet #910CB2
Tints of Dark Violet #910CB2
RGB
CMYK
RGB Variations
Color information
#910CB2 (or 0x910CB2) is known color: Dark Violet. HEX triplet: 91, 0C and B2. RGB value is (145,12,178). Sum of RGB (Red+Green+Blue) = 145+12+178=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #910CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910CB2 is #6EF34D. Grayscale: #464646. Windows color (decimal): -7271246 or 11668625. OLE color: 11668625.
HSL color Cylindrical-coordinate representation of color #910CB2: hue angle of 288.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910CB2 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 12 | 178 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.30 |
| HSL | 288.07º | 0.87% | 0.37% | - |
| HSV(B) | 288.07º | 0.93% | 0.7% | - |
| XYZ | 19.84 | 9.5 | 42.91 | - |
| YUV | 70.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 178 | 0.19 | 0.93 | 0 | 0.30 | 288.07 | 0.87 | 0.37 |
| Hex | 91 | C | B2 | 13 | 5D | 0 | 1E | 120 | 57 | 25 |
| Octal | 221 | 14 | 262 | 23 | 135 | 0 | 36 | 440 | 127 | 45 |
| Binary | 10010001 | 1100 | 10110010 | 10011 | 1011101 | 0 | 11110 | 100100000 | 1010111 | 100101 |
Color Harmonies of #910CB2
Complementary color
Monochromatic Colors of #910CB2
Black with #910CB2
Text Example
Text Example
White with #910CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CB2; }
p { color: rgb(145,12,178); }
H1.HeaderClassName
{
color: #910CB2;
}
.AnyTagClassName
{
color: #910CB2;
}
</style>
background-color css
<style>
a { background-color: #910CB2; }
a { background-color: rgb(145,12,178); }
div.DivClassName
{
background-color: #910CB2;
}
.BgClassName
{
background-color: #910CB2;
}
</style>
border-color css
<style>
span { border-color: #910CB2; }
span { border-color: rgb(145,12,178); }
td.TdClassName
{
border-color: #910CB2;
}
.TagClassName
{
border-color: #910CB2;
}
</style>