Shades of Dark Violet #910DBC
Tints of Dark Violet #910DBC
RGB
CMYK
RGB Variations
Color information
#910DBC (or 0x910DBC) is known color: Dark Violet. HEX triplet: 91, 0D and BC. RGB value is (145,13,188). Sum of RGB (Red+Green+Blue) = 145+13+188=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #910DBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DBC is #6EF243. Grayscale: #474747. Windows color (decimal): -7270980 or 12324241. OLE color: 12324241.
HSL color Cylindrical-coordinate representation of color #910DBC: hue angle of 285.26º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910DBC is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 13 | 188 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.26 |
| HSL | 285.26º | 0.87% | 0.39% | - |
| HSV(B) | 285.26º | 0.93% | 0.74% | - |
| XYZ | 20.9 | 9.94 | 48.39 | - |
| YUV | 72.42 | 193.23 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 188 | 0.23 | 0.93 | 0 | 0.26 | 285.26 | 0.87 | 0.39 |
| Hex | 91 | D | BC | 17 | 5D | 0 | 1A | 11D | 57 | 27 |
| Octal | 221 | 15 | 274 | 27 | 135 | 0 | 32 | 435 | 127 | 47 |
| Binary | 10010001 | 1101 | 10111100 | 10111 | 1011101 | 0 | 11010 | 100011101 | 1010111 | 100111 |
Color Harmonies of #910DBC
Complementary color
Monochromatic Colors of #910DBC
Black with #910DBC
Text Example
Text Example
White with #910DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910DBC; }
p { color: rgb(145,13,188); }
H1.HeaderClassName
{
color: #910DBC;
}
.AnyTagClassName
{
color: #910DBC;
}
</style>
background-color css
<style>
a { background-color: #910DBC; }
a { background-color: rgb(145,13,188); }
div.DivClassName
{
background-color: #910DBC;
}
.BgClassName
{
background-color: #910DBC;
}
</style>
border-color css
<style>
span { border-color: #910DBC; }
span { border-color: rgb(145,13,188); }
td.TdClassName
{
border-color: #910DBC;
}
.TagClassName
{
border-color: #910DBC;
}
</style>