Shades of Dark Orchid #9E1BCD
Tints of Dark Orchid #9E1BCD
RGB
CMYK
RGB Variations
Color information
#9E1BCD (or 0x9E1BCD) is known color: Dark Orchid. HEX triplet: 9E, 1B and CD. RGB value is (158,27,205). Sum of RGB (Red+Green+Blue) = 158+27+205=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E1BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1BCD is #61E432. Grayscale: #555555. Windows color (decimal): -6415411 or 13441950. OLE color: 13441950.
HSL color Cylindrical-coordinate representation of color #9E1BCD: hue angle of 284.16º 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 #9E1BCD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 27 | 205 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.20 |
| HSL | 284.16º | 0.77% | 0.45% | - |
| HSV(B) | 284.16º | 0.87% | 0.8% | - |
| XYZ | 25.51 | 12.46 | 58.82 | - |
| YUV | 86.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 27 | 205 | 0.23 | 0.87 | 0 | 0.20 | 284.16 | 0.77 | 0.45 |
| Hex | 9E | 1B | CD | 17 | 57 | 0 | 14 | 11C | 4D | 2D |
| Octal | 236 | 33 | 315 | 27 | 127 | 0 | 24 | 434 | 115 | 55 |
| Binary | 10011110 | 11011 | 11001101 | 10111 | 1010111 | 0 | 10100 | 100011100 | 1001101 | 101101 |
Color Harmonies of #9E1BCD
Complementary color
Monochromatic Colors of #9E1BCD
Black with #9E1BCD
Text Example
Text Example
White with #9E1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1BCD; }
p { color: rgb(158,27,205); }
H1.HeaderClassName
{
color: #9E1BCD;
}
.AnyTagClassName
{
color: #9E1BCD;
}
</style>
background-color css
<style>
a { background-color: #9E1BCD; }
a { background-color: rgb(158,27,205); }
div.DivClassName
{
background-color: #9E1BCD;
}
.BgClassName
{
background-color: #9E1BCD;
}
</style>
border-color css
<style>
span { border-color: #9E1BCD; }
span { border-color: rgb(158,27,205); }
td.TdClassName
{
border-color: #9E1BCD;
}
.TagClassName
{
border-color: #9E1BCD;
}
</style>