Shades of Dark Violet #910ED2
Tints of Dark Violet #910ED2
RGB
CMYK
RGB Variations
Color information
#910ED2 (or 0x910ED2) is known color: Dark Violet. HEX triplet: 91, 0E and D2. RGB value is (145,14,210). Sum of RGB (Red+Green+Blue) = 145+14+210=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #910ED2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910ED2 is #6EF12D. Grayscale: #4A4A4A. Windows color (decimal): -7270702 or 13766289. OLE color: 13766289.
HSL color Cylindrical-coordinate representation of color #910ED2: hue angle of 280.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910ED2 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 14 | 210 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.18 |
| HSL | 280.1º | 0.88% | 0.44% | - |
| HSV(B) | 280.1º | 0.93% | 0.82% | - |
| XYZ | 23.47 | 10.99 | 61.86 | - |
| YUV | 75.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 210 | 0.31 | 0.93 | 0 | 0.18 | 280.1 | 0.88 | 0.44 |
| Hex | 91 | E | D2 | 1F | 5D | 0 | 12 | 118 | 58 | 2C |
| Octal | 221 | 16 | 322 | 37 | 135 | 0 | 22 | 430 | 130 | 54 |
| Binary | 10010001 | 1110 | 11010010 | 11111 | 1011101 | 0 | 10010 | 100011000 | 1011000 | 101100 |
Color Harmonies of #910ED2
Complementary color
Monochromatic Colors of #910ED2
Black with #910ED2
Text Example
Text Example
White with #910ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910ED2; }
p { color: rgb(145,14,210); }
H1.HeaderClassName
{
color: #910ED2;
}
.AnyTagClassName
{
color: #910ED2;
}
</style>
background-color css
<style>
a { background-color: #910ED2; }
a { background-color: rgb(145,14,210); }
div.DivClassName
{
background-color: #910ED2;
}
.BgClassName
{
background-color: #910ED2;
}
</style>
border-color css
<style>
span { border-color: #910ED2; }
span { border-color: rgb(145,14,210); }
td.TdClassName
{
border-color: #910ED2;
}
.TagClassName
{
border-color: #910ED2;
}
</style>