Shades of Dark Orchid #911ECC
Tints of Dark Orchid #911ECC
RGB
CMYK
RGB Variations
Color information
#911ECC (or 0x911ECC) is known color: Dark Orchid. HEX triplet: 91, 1E and CC. RGB value is (145,30,204). Sum of RGB (Red+Green+Blue) = 145+30+204=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #911ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911ECC is #6EE133. Grayscale: #535353. Windows color (decimal): -7266612 or 13377169. OLE color: 13377169.
HSL color Cylindrical-coordinate representation of color #911ECC: hue angle of 279.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911ECC is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 30 | 204 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.2 |
| HSL | 279.66º | 0.74% | 0.46% | - |
| HSV(B) | 279.66º | 0.85% | 0.8% | - |
| XYZ | 23.04 | 11.31 | 58.1 | - |
| YUV | 84.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 30 | 204 | 0.29 | 0.85 | 0 | 0.2 | 279.66 | 0.74 | 0.46 |
| Hex | 91 | 1E | CC | 1D | 55 | 0 | 14 | 118 | 4A | 2E |
| Octal | 221 | 36 | 314 | 35 | 125 | 0 | 24 | 430 | 112 | 56 |
| Binary | 10010001 | 11110 | 11001100 | 11101 | 1010101 | 0 | 10100 | 100011000 | 1001010 | 101110 |
Color Harmonies of #911ECC
Complementary color
Monochromatic Colors of #911ECC
Black with #911ECC
Text Example
Text Example
White with #911ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911ECC; }
p { color: rgb(145,30,204); }
H1.HeaderClassName
{
color: #911ECC;
}
.AnyTagClassName
{
color: #911ECC;
}
</style>
background-color css
<style>
a { background-color: #911ECC; }
a { background-color: rgb(145,30,204); }
div.DivClassName
{
background-color: #911ECC;
}
.BgClassName
{
background-color: #911ECC;
}
</style>
border-color css
<style>
span { border-color: #911ECC; }
span { border-color: rgb(145,30,204); }
td.TdClassName
{
border-color: #911ECC;
}
.TagClassName
{
border-color: #911ECC;
}
</style>