Shades of Dark Violet #910DD2
Tints of Dark Violet #910DD2
RGB
CMYK
RGB Variations
Color information
#910DD2 (or 0x910DD2) is known color: Dark Violet. HEX triplet: 91, 0D and D2. RGB value is (145,13,210). Sum of RGB (Red+Green+Blue) = 145+13+210=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #910DD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DD2 is #6EF22D. Grayscale: #4A4A4A. Windows color (decimal): -7270958 or 13766033. OLE color: 13766033.
HSL color Cylindrical-coordinate representation of color #910DD2: hue angle of 280.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910DD2 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 13 | 210 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.18 |
| HSL | 280.2º | 0.88% | 0.44% | - |
| HSV(B) | 280.2º | 0.94% | 0.82% | - |
| XYZ | 23.45 | 10.96 | 61.85 | - |
| YUV | 74.93 | 204.23 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 210 | 0.31 | 0.94 | 0 | 0.18 | 280.2 | 0.88 | 0.44 |
| Hex | 91 | D | D2 | 1F | 5E | 0 | 12 | 118 | 58 | 2C |
| Octal | 221 | 15 | 322 | 37 | 136 | 0 | 22 | 430 | 130 | 54 |
| Binary | 10010001 | 1101 | 11010010 | 11111 | 1011110 | 0 | 10010 | 100011000 | 1011000 | 101100 |
Color Harmonies of #910DD2
Complementary color
Monochromatic Colors of #910DD2
Black with #910DD2
Text Example
Text Example
White with #910DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910DD2; }
p { color: rgb(145,13,210); }
H1.HeaderClassName
{
color: #910DD2;
}
.AnyTagClassName
{
color: #910DD2;
}
</style>
background-color css
<style>
a { background-color: #910DD2; }
a { background-color: rgb(145,13,210); }
div.DivClassName
{
background-color: #910DD2;
}
.BgClassName
{
background-color: #910DD2;
}
</style>
border-color css
<style>
span { border-color: #910DD2; }
span { border-color: rgb(145,13,210); }
td.TdClassName
{
border-color: #910DD2;
}
.TagClassName
{
border-color: #910DD2;
}
</style>