Shades of Dark Orchid #911BCD
Tints of Dark Orchid #911BCD
RGB
CMYK
RGB Variations
Color information
#911BCD (or 0x911BCD) is known color: Dark Orchid. HEX triplet: 91, 1B and CD. RGB value is (145,27,205). Sum of RGB (Red+Green+Blue) = 145+27+205=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #911BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911BCD is #6EE432. Grayscale: #515151. Windows color (decimal): -7267379 or 13441937. OLE color: 13441937.
HSL color Cylindrical-coordinate representation of color #911BCD: hue angle of 279.78º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #911BCD is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 27 | 205 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.20 |
| HSL | 279.78º | 0.77% | 0.45% | - |
| HSV(B) | 279.78º | 0.87% | 0.8% | - |
| XYZ | 23.09 | 11.21 | 58.7 | - |
| YUV | 82.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 27 | 205 | 0.29 | 0.87 | 0 | 0.20 | 279.78 | 0.77 | 0.45 |
| Hex | 91 | 1B | CD | 1D | 57 | 0 | 14 | 118 | 4D | 2D |
| Octal | 221 | 33 | 315 | 35 | 127 | 0 | 24 | 430 | 115 | 55 |
| Binary | 10010001 | 11011 | 11001101 | 11101 | 1010111 | 0 | 10100 | 100011000 | 1001101 | 101101 |
Color Harmonies of #911BCD
Complementary color
Monochromatic Colors of #911BCD
Black with #911BCD
Text Example
Text Example
White with #911BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911BCD; }
p { color: rgb(145,27,205); }
H1.HeaderClassName
{
color: #911BCD;
}
.AnyTagClassName
{
color: #911BCD;
}
</style>
background-color css
<style>
a { background-color: #911BCD; }
a { background-color: rgb(145,27,205); }
div.DivClassName
{
background-color: #911BCD;
}
.BgClassName
{
background-color: #911BCD;
}
</style>
border-color css
<style>
span { border-color: #911BCD; }
span { border-color: rgb(145,27,205); }
td.TdClassName
{
border-color: #911BCD;
}
.TagClassName
{
border-color: #911BCD;
}
</style>