Shades of Dark Violet #910DED
Tints of Dark Violet #910DED
RGB
CMYK
RGB Variations
Color information
#910DED (or 0x910DED) is known color: Dark Violet. HEX triplet: 91, 0D and ED. RGB value is (145,13,237). Sum of RGB (Red+Green+Blue) = 145+13+237=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #910DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910DED is #6EF212. Grayscale: #4D4D4D. Windows color (decimal): -7270931 or 15535505. OLE color: 15535505.
HSL color Cylindrical-coordinate representation of color #910DED: hue angle of 275.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910DED is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 13 | 237 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.07 |
| HSL | 275.36º | 0.9% | 0.49% | - |
| HSV(B) | 275.36º | 0.95% | 0.93% | - |
| XYZ | 27.11 | 12.42 | 81.09 | - |
| YUV | 78 | 217.73 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 237 | 0.39 | 0.95 | 0 | 0.07 | 275.36 | 0.9 | 0.49 |
| Hex | 91 | D | ED | 27 | 5F | 0 | 7 | 113 | 5A | 31 |
| Octal | 221 | 15 | 355 | 47 | 137 | 0 | 7 | 423 | 132 | 61 |
| Binary | 10010001 | 1101 | 11101101 | 100111 | 1011111 | 0 | 111 | 100010011 | 1011010 | 110001 |
Color Harmonies of #910DED
Complementary color
Monochromatic Colors of #910DED
Black with #910DED
Text Example
Text Example
White with #910DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910DED; }
p { color: rgb(145,13,237); }
H1.HeaderClassName
{
color: #910DED;
}
.AnyTagClassName
{
color: #910DED;
}
</style>
background-color css
<style>
a { background-color: #910DED; }
a { background-color: rgb(145,13,237); }
div.DivClassName
{
background-color: #910DED;
}
.BgClassName
{
background-color: #910DED;
}
</style>
border-color css
<style>
span { border-color: #910DED; }
span { border-color: rgb(145,13,237); }
td.TdClassName
{
border-color: #910DED;
}
.TagClassName
{
border-color: #910DED;
}
</style>