Shades of Dark Violet #910ECB
Tints of Dark Violet #910ECB
RGB
CMYK
RGB Variations
Color information
#910ECB (or 0x910ECB) is known color: Dark Violet. HEX triplet: 91, 0E and CB. RGB value is (145,14,203). Sum of RGB (Red+Green+Blue) = 145+14+203=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #910ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910ECB is #6EF134. Grayscale: #4A4A4A. Windows color (decimal): -7270709 or 13307537. OLE color: 13307537.
HSL color Cylindrical-coordinate representation of color #910ECB: hue angle of 281.59º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910ECB is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 14 | 203 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.20 |
| HSL | 281.59º | 0.87% | 0.43% | - |
| HSV(B) | 281.59º | 0.93% | 0.8% | - |
| XYZ | 22.61 | 10.65 | 57.36 | - |
| YUV | 74.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 203 | 0.29 | 0.93 | 0 | 0.20 | 281.59 | 0.87 | 0.43 |
| Hex | 91 | E | CB | 1D | 5D | 0 | 14 | 11A | 57 | 2B |
| Octal | 221 | 16 | 313 | 35 | 135 | 0 | 24 | 432 | 127 | 53 |
| Binary | 10010001 | 1110 | 11001011 | 11101 | 1011101 | 0 | 10100 | 100011010 | 1010111 | 101011 |
Color Harmonies of #910ECB
Complementary color
Monochromatic Colors of #910ECB
Black with #910ECB
Text Example
Text Example
White with #910ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910ECB; }
p { color: rgb(145,14,203); }
H1.HeaderClassName
{
color: #910ECB;
}
.AnyTagClassName
{
color: #910ECB;
}
</style>
background-color css
<style>
a { background-color: #910ECB; }
a { background-color: rgb(145,14,203); }
div.DivClassName
{
background-color: #910ECB;
}
.BgClassName
{
background-color: #910ECB;
}
</style>
border-color css
<style>
span { border-color: #910ECB; }
span { border-color: rgb(145,14,203); }
td.TdClassName
{
border-color: #910ECB;
}
.TagClassName
{
border-color: #910ECB;
}
</style>