Shades of Dark Violet #910CBE
Tints of Dark Violet #910CBE
RGB
CMYK
RGB Variations
Color information
#910CBE (or 0x910CBE) is known color: Dark Violet. HEX triplet: 91, 0C and BE. RGB value is (145,12,190). Sum of RGB (Red+Green+Blue) = 145+12+190=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #910CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910CBE is #6EF341. Grayscale: #474747. Windows color (decimal): -7271234 or 12455057. OLE color: 12455057.
HSL color Cylindrical-coordinate representation of color #910CBE: hue angle of 284.83º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910CBE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 12 | 190 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.25 |
| HSL | 284.83º | 0.88% | 0.4% | - |
| HSV(B) | 284.83º | 0.94% | 0.75% | - |
| XYZ | 21.1 | 10 | 49.53 | - |
| YUV | 72.06 | 194.56 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 190 | 0.24 | 0.94 | 0 | 0.25 | 284.83 | 0.88 | 0.4 |
| Hex | 91 | C | BE | 18 | 5E | 0 | 19 | 11D | 58 | 28 |
| Octal | 221 | 14 | 276 | 30 | 136 | 0 | 31 | 435 | 130 | 50 |
| Binary | 10010001 | 1100 | 10111110 | 11000 | 1011110 | 0 | 11001 | 100011101 | 1011000 | 101000 |
Color Harmonies of #910CBE
Complementary color
Monochromatic Colors of #910CBE
Black with #910CBE
Text Example
Text Example
White with #910CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CBE; }
p { color: rgb(145,12,190); }
H1.HeaderClassName
{
color: #910CBE;
}
.AnyTagClassName
{
color: #910CBE;
}
</style>
background-color css
<style>
a { background-color: #910CBE; }
a { background-color: rgb(145,12,190); }
div.DivClassName
{
background-color: #910CBE;
}
.BgClassName
{
background-color: #910CBE;
}
</style>
border-color css
<style>
span { border-color: #910CBE; }
span { border-color: rgb(145,12,190); }
td.TdClassName
{
border-color: #910CBE;
}
.TagClassName
{
border-color: #910CBE;
}
</style>