Shades of Dark Orchid #911DBE
Tints of Dark Orchid #911DBE
RGB
CMYK
RGB Variations
Color information
#911DBE (or 0x911DBE) is known color: Dark Orchid. HEX triplet: 91, 1D and BE. RGB value is (145,29,190). Sum of RGB (Red+Green+Blue) = 145+29+190=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #911DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911DBE is #6EE241. Grayscale: #515151. Windows color (decimal): -7266882 or 12459409. OLE color: 12459409.
HSL color Cylindrical-coordinate representation of color #911DBE: hue angle of 283.23º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911DBE is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 29 | 190 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.25 |
| HSL | 283.23º | 0.74% | 0.43% | - |
| HSV(B) | 283.23º | 0.85% | 0.75% | - |
| XYZ | 21.41 | 10.62 | 49.64 | - |
| YUV | 82.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 190 | 0.24 | 0.85 | 0 | 0.25 | 283.23 | 0.74 | 0.43 |
| Hex | 91 | 1D | BE | 18 | 55 | 0 | 19 | 11B | 4A | 2B |
| Octal | 221 | 35 | 276 | 30 | 125 | 0 | 31 | 433 | 112 | 53 |
| Binary | 10010001 | 11101 | 10111110 | 11000 | 1010101 | 0 | 11001 | 100011011 | 1001010 | 101011 |
Color Harmonies of #911DBE
Complementary color
Monochromatic Colors of #911DBE
Black with #911DBE
Text Example
Text Example
White with #911DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911DBE; }
p { color: rgb(145,29,190); }
H1.HeaderClassName
{
color: #911DBE;
}
.AnyTagClassName
{
color: #911DBE;
}
</style>
background-color css
<style>
a { background-color: #911DBE; }
a { background-color: rgb(145,29,190); }
div.DivClassName
{
background-color: #911DBE;
}
.BgClassName
{
background-color: #911DBE;
}
</style>
border-color css
<style>
span { border-color: #911DBE; }
span { border-color: rgb(145,29,190); }
td.TdClassName
{
border-color: #911DBE;
}
.TagClassName
{
border-color: #911DBE;
}
</style>