Shades of Dark Violet #910DD6
Tints of Dark Violet #910DD6
RGB
CMYK
RGB Variations
Color information
#910DD6 (or 0x910DD6) is known color: Dark Violet. HEX triplet: 91, 0D and D6. RGB value is (145,13,214). Sum of RGB (Red+Green+Blue) = 145+13+214=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #910DD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DD6 is #6EF229. Grayscale: #4A4A4A. Windows color (decimal): -7270954 or 14028177. OLE color: 14028177.
HSL color Cylindrical-coordinate representation of color #910DD6: hue angle of 279.4º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910DD6 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 13 | 214 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.16 |
| HSL | 279.4º | 0.89% | 0.45% | - |
| HSV(B) | 279.4º | 0.94% | 0.84% | - |
| XYZ | 23.96 | 11.16 | 64.51 | - |
| YUV | 75.38 | 206.23 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 214 | 0.32 | 0.94 | 0 | 0.16 | 279.4 | 0.89 | 0.45 |
| Hex | 91 | D | D6 | 20 | 5E | 0 | 10 | 117 | 59 | 2D |
| Octal | 221 | 15 | 326 | 40 | 136 | 0 | 20 | 427 | 131 | 55 |
| Binary | 10010001 | 1101 | 11010110 | 100000 | 1011110 | 0 | 10000 | 100010111 | 1011001 | 101101 |
Color Harmonies of #910DD6
Complementary color
Monochromatic Colors of #910DD6
Black with #910DD6
Text Example
Text Example
White with #910DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910DD6; }
p { color: rgb(145,13,214); }
H1.HeaderClassName
{
color: #910DD6;
}
.AnyTagClassName
{
color: #910DD6;
}
</style>
background-color css
<style>
a { background-color: #910DD6; }
a { background-color: rgb(145,13,214); }
div.DivClassName
{
background-color: #910DD6;
}
.BgClassName
{
background-color: #910DD6;
}
</style>
border-color css
<style>
span { border-color: #910DD6; }
span { border-color: rgb(145,13,214); }
td.TdClassName
{
border-color: #910DD6;
}
.TagClassName
{
border-color: #910DD6;
}
</style>