Shades of Dark Violet #910DDF
Tints of Dark Violet #910DDF
RGB
CMYK
RGB Variations
Color information
#910DDF (or 0x910DDF) is known color: Dark Violet. HEX triplet: 91, 0D and DF. RGB value is (145,13,223). Sum of RGB (Red+Green+Blue) = 145+13+223=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #910DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DDF is #6EF220. Grayscale: #4B4B4B. Windows color (decimal): -7270945 or 14618001. OLE color: 14618001.
HSL color Cylindrical-coordinate representation of color #910DDF: hue angle of 277.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910DDF is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 13 | 223 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.13 |
| HSL | 277.71º | 0.89% | 0.46% | - |
| HSV(B) | 277.71º | 0.94% | 0.87% | - |
| XYZ | 25.14 | 11.64 | 70.73 | - |
| YUV | 76.41 | 210.73 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 223 | 0.35 | 0.94 | 0 | 0.13 | 277.71 | 0.89 | 0.46 |
| Hex | 91 | D | DF | 23 | 5E | 0 | D | 116 | 59 | 2E |
| Octal | 221 | 15 | 337 | 43 | 136 | 0 | 15 | 426 | 131 | 56 |
| Binary | 10010001 | 1101 | 11011111 | 100011 | 1011110 | 0 | 1101 | 100010110 | 1011001 | 101110 |
Color Harmonies of #910DDF
Complementary color
Monochromatic Colors of #910DDF
Black with #910DDF
Text Example
Text Example
White with #910DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910DDF; }
p { color: rgb(145,13,223); }
H1.HeaderClassName
{
color: #910DDF;
}
.AnyTagClassName
{
color: #910DDF;
}
</style>
background-color css
<style>
a { background-color: #910DDF; }
a { background-color: rgb(145,13,223); }
div.DivClassName
{
background-color: #910DDF;
}
.BgClassName
{
background-color: #910DDF;
}
</style>
border-color css
<style>
span { border-color: #910DDF; }
span { border-color: rgb(145,13,223); }
td.TdClassName
{
border-color: #910DDF;
}
.TagClassName
{
border-color: #910DDF;
}
</style>