Shades of Dark Violet #910FDD
Tints of Dark Violet #910FDD
RGB
CMYK
RGB Variations
Color information
#910FDD (or 0x910FDD) is known color: Dark Violet. HEX triplet: 91, 0F and DD. RGB value is (145,15,221). Sum of RGB (Red+Green+Blue) = 145+15+221=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #910FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910FDD is #6EF022. Grayscale: #4C4C4C. Windows color (decimal): -7270435 or 14487441. OLE color: 14487441.
HSL color Cylindrical-coordinate representation of color #910FDD: hue angle of 277.86º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910FDD is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 15 | 221 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.13 |
| HSL | 277.86º | 0.87% | 0.46% | - |
| HSV(B) | 277.86º | 0.93% | 0.87% | - |
| XYZ | 24.9 | 11.58 | 69.33 | - |
| YUV | 77.35 | 209.07 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 221 | 0.34 | 0.93 | 0 | 0.13 | 277.86 | 0.87 | 0.46 |
| Hex | 91 | F | DD | 22 | 5D | 0 | D | 116 | 57 | 2E |
| Octal | 221 | 17 | 335 | 42 | 135 | 0 | 15 | 426 | 127 | 56 |
| Binary | 10010001 | 1111 | 11011101 | 100010 | 1011101 | 0 | 1101 | 100010110 | 1010111 | 101110 |
Color Harmonies of #910FDD
Complementary color
Monochromatic Colors of #910FDD
Black with #910FDD
Text Example
Text Example
White with #910FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910FDD; }
p { color: rgb(145,15,221); }
H1.HeaderClassName
{
color: #910FDD;
}
.AnyTagClassName
{
color: #910FDD;
}
</style>
background-color css
<style>
a { background-color: #910FDD; }
a { background-color: rgb(145,15,221); }
div.DivClassName
{
background-color: #910FDD;
}
.BgClassName
{
background-color: #910FDD;
}
</style>
border-color css
<style>
span { border-color: #910FDD; }
span { border-color: rgb(145,15,221); }
td.TdClassName
{
border-color: #910FDD;
}
.TagClassName
{
border-color: #910FDD;
}
</style>