Shades of Dark Orchid #911ECE
Tints of Dark Orchid #911ECE
RGB
CMYK
RGB Variations
Color information
#911ECE (or 0x911ECE) is known color: Dark Orchid. HEX triplet: 91, 1E and CE. RGB value is (145,30,206). Sum of RGB (Red+Green+Blue) = 145+30+206=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #911ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911ECE is #6EE131. Grayscale: #535353. Windows color (decimal): -7266610 or 13508241. OLE color: 13508241.
HSL color Cylindrical-coordinate representation of color #911ECE: hue angle of 279.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911ECE is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 30 | 206 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.19 |
| HSL | 279.2º | 0.75% | 0.46% | - |
| HSV(B) | 279.2º | 0.85% | 0.81% | - |
| XYZ | 23.28 | 11.4 | 59.37 | - |
| YUV | 84.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 30 | 206 | 0.30 | 0.85 | 0 | 0.19 | 279.2 | 0.75 | 0.46 |
| Hex | 91 | 1E | CE | 1E | 55 | 0 | 13 | 117 | 4B | 2E |
| Octal | 221 | 36 | 316 | 36 | 125 | 0 | 23 | 427 | 113 | 56 |
| Binary | 10010001 | 11110 | 11001110 | 11110 | 1010101 | 0 | 10011 | 100010111 | 1001011 | 101110 |
Color Harmonies of #911ECE
Complementary color
Monochromatic Colors of #911ECE
Black with #911ECE
Text Example
Text Example
White with #911ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911ECE; }
p { color: rgb(145,30,206); }
H1.HeaderClassName
{
color: #911ECE;
}
.AnyTagClassName
{
color: #911ECE;
}
</style>
background-color css
<style>
a { background-color: #911ECE; }
a { background-color: rgb(145,30,206); }
div.DivClassName
{
background-color: #911ECE;
}
.BgClassName
{
background-color: #911ECE;
}
</style>
border-color css
<style>
span { border-color: #911ECE; }
span { border-color: rgb(145,30,206); }
td.TdClassName
{
border-color: #911ECE;
}
.TagClassName
{
border-color: #911ECE;
}
</style>