Shades of Dark Violet #910BCC
Tints of Dark Violet #910BCC
RGB
CMYK
RGB Variations
Color information
#910BCC (or 0x910BCC) is known color: Dark Violet. HEX triplet: 91, 0B and CC. RGB value is (145,11,204). Sum of RGB (Red+Green+Blue) = 145+11+204=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #910BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910BCC is #6EF433. Grayscale: #484848. Windows color (decimal): -7271476 or 13372305. OLE color: 13372305.
HSL color Cylindrical-coordinate representation of color #910BCC: hue angle of 281.66º 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 #910BCC is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 11 | 204 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.2 |
| HSL | 281.66º | 0.9% | 0.42% | - |
| HSV(B) | 281.66º | 0.95% | 0.8% | - |
| XYZ | 22.7 | 10.62 | 57.98 | - |
| YUV | 73.07 | 201.89 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 204 | 0.29 | 0.95 | 0 | 0.2 | 281.66 | 0.9 | 0.42 |
| Hex | 91 | B | CC | 1D | 5F | 0 | 14 | 11A | 5A | 2A |
| Octal | 221 | 13 | 314 | 35 | 137 | 0 | 24 | 432 | 132 | 52 |
| Binary | 10010001 | 1011 | 11001100 | 11101 | 1011111 | 0 | 10100 | 100011010 | 1011010 | 101010 |
Color Harmonies of #910BCC
Complementary color
Monochromatic Colors of #910BCC
Black with #910BCC
Text Example
Text Example
White with #910BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910BCC; }
p { color: rgb(145,11,204); }
H1.HeaderClassName
{
color: #910BCC;
}
.AnyTagClassName
{
color: #910BCC;
}
</style>
background-color css
<style>
a { background-color: #910BCC; }
a { background-color: rgb(145,11,204); }
div.DivClassName
{
background-color: #910BCC;
}
.BgClassName
{
background-color: #910BCC;
}
</style>
border-color css
<style>
span { border-color: #910BCC; }
span { border-color: rgb(145,11,204); }
td.TdClassName
{
border-color: #910BCC;
}
.TagClassName
{
border-color: #910BCC;
}
</style>