Shades of Dark Violet #910BCD
Tints of Dark Violet #910BCD
RGB
CMYK
RGB Variations
Color information
#910BCD (or 0x910BCD) is known color: Dark Violet. HEX triplet: 91, 0B and CD. RGB value is (145,11,205). Sum of RGB (Red+Green+Blue) = 145+11+205=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #910BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910BCD is #6EF432. Grayscale: #484848. Windows color (decimal): -7271475 or 13437841. OLE color: 13437841.
HSL color Cylindrical-coordinate representation of color #910BCD: hue angle of 281.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910BCD is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 11 | 205 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.20 |
| HSL | 281.44º | 0.9% | 0.42% | - |
| HSV(B) | 281.44º | 0.95% | 0.8% | - |
| XYZ | 22.82 | 10.67 | 58.61 | - |
| YUV | 73.18 | 202.39 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 205 | 0.29 | 0.95 | 0 | 0.20 | 281.44 | 0.9 | 0.42 |
| Hex | 91 | B | CD | 1D | 5F | 0 | 14 | 119 | 5A | 2A |
| Octal | 221 | 13 | 315 | 35 | 137 | 0 | 24 | 431 | 132 | 52 |
| Binary | 10010001 | 1011 | 11001101 | 11101 | 1011111 | 0 | 10100 | 100011001 | 1011010 | 101010 |
Color Harmonies of #910BCD
Complementary color
Monochromatic Colors of #910BCD
Black with #910BCD
Text Example
Text Example
White with #910BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910BCD; }
p { color: rgb(145,11,205); }
H1.HeaderClassName
{
color: #910BCD;
}
.AnyTagClassName
{
color: #910BCD;
}
</style>
background-color css
<style>
a { background-color: #910BCD; }
a { background-color: rgb(145,11,205); }
div.DivClassName
{
background-color: #910BCD;
}
.BgClassName
{
background-color: #910BCD;
}
</style>
border-color css
<style>
span { border-color: #910BCD; }
span { border-color: rgb(145,11,205); }
td.TdClassName
{
border-color: #910BCD;
}
.TagClassName
{
border-color: #910BCD;
}
</style>