Shades of Dark Violet #910CBA
Tints of Dark Violet #910CBA
RGB
CMYK
RGB Variations
Color information
#910CBA (or 0x910CBA) is known color: Dark Violet. HEX triplet: 91, 0C and BA. RGB value is (145,12,186). Sum of RGB (Red+Green+Blue) = 145+12+186=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #910CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910CBA is #6EF345. Grayscale: #474747. Windows color (decimal): -7271238 or 12192913. OLE color: 12192913.
HSL color Cylindrical-coordinate representation of color #910CBA: hue angle of 285.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910CBA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 12 | 186 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.27 |
| HSL | 285.86º | 0.88% | 0.39% | - |
| HSV(B) | 285.86º | 0.94% | 0.73% | - |
| XYZ | 20.67 | 9.83 | 47.26 | - |
| YUV | 71.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 186 | 0.22 | 0.94 | 0 | 0.27 | 285.86 | 0.88 | 0.39 |
| Hex | 91 | C | BA | 16 | 5E | 0 | 1B | 11E | 58 | 27 |
| Octal | 221 | 14 | 272 | 26 | 136 | 0 | 33 | 436 | 130 | 47 |
| Binary | 10010001 | 1100 | 10111010 | 10110 | 1011110 | 0 | 11011 | 100011110 | 1011000 | 100111 |
Color Harmonies of #910CBA
Complementary color
Monochromatic Colors of #910CBA
Black with #910CBA
Text Example
Text Example
White with #910CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CBA; }
p { color: rgb(145,12,186); }
H1.HeaderClassName
{
color: #910CBA;
}
.AnyTagClassName
{
color: #910CBA;
}
</style>
background-color css
<style>
a { background-color: #910CBA; }
a { background-color: rgb(145,12,186); }
div.DivClassName
{
background-color: #910CBA;
}
.BgClassName
{
background-color: #910CBA;
}
</style>
border-color css
<style>
span { border-color: #910CBA; }
span { border-color: rgb(145,12,186); }
td.TdClassName
{
border-color: #910CBA;
}
.TagClassName
{
border-color: #910CBA;
}
</style>