Shades of Blue Violet #911DED
Tints of Blue Violet #911DED
RGB
CMYK
RGB Variations
Color information
#911DED (or 0x911DED) is known color: Blue Violet. HEX triplet: 91, 1D and ED. RGB value is (145,29,237). Sum of RGB (Red+Green+Blue) = 145+29+237=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #911DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #911DED is #6EE212. Grayscale: #565656. Windows color (decimal): -7266835 or 15539601. OLE color: 15539601.
HSL color Cylindrical-coordinate representation of color #911DED: hue angle of 273.46º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911DED is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 29 | 237 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.07 |
| HSL | 273.46º | 0.85% | 0.52% | - |
| HSV(B) | 273.46º | 0.88% | 0.93% | - |
| XYZ | 27.4 | 13.01 | 81.19 | - |
| YUV | 87.4 | 212.43 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 237 | 0.39 | 0.88 | 0 | 0.07 | 273.46 | 0.85 | 0.52 |
| Hex | 91 | 1D | ED | 27 | 58 | 0 | 7 | 111 | 55 | 34 |
| Octal | 221 | 35 | 355 | 47 | 130 | 0 | 7 | 421 | 125 | 64 |
| Binary | 10010001 | 11101 | 11101101 | 100111 | 1011000 | 0 | 111 | 100010001 | 1010101 | 110100 |
Color Harmonies of #911DED
Complementary color
Monochromatic Colors of #911DED
Black with #911DED
Text Example
Text Example
White with #911DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911DED; }
p { color: rgb(145,29,237); }
H1.HeaderClassName
{
color: #911DED;
}
.AnyTagClassName
{
color: #911DED;
}
</style>
background-color css
<style>
a { background-color: #911DED; }
a { background-color: rgb(145,29,237); }
div.DivClassName
{
background-color: #911DED;
}
.BgClassName
{
background-color: #911DED;
}
</style>
border-color css
<style>
span { border-color: #911DED; }
span { border-color: rgb(145,29,237); }
td.TdClassName
{
border-color: #911DED;
}
.TagClassName
{
border-color: #911DED;
}
</style>