Shades of Dark Orchid #9E20BF
Tints of Dark Orchid #9E20BF
RGB
CMYK
RGB Variations
Color information
#9E20BF (or 0x9E20BF) is known color: Dark Orchid. HEX triplet: 9E, 20 and BF. RGB value is (158,32,191). Sum of RGB (Red+Green+Blue) = 158+32+191=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E20BF is #61DF40. Grayscale: #575757. Windows color (decimal): -6414145 or 12525726. OLE color: 12525726.
HSL color Cylindrical-coordinate representation of color #9E20BF: hue angle of 287.55º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E20BF is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 32 | 191 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.25 |
| HSL | 287.55º | 0.71% | 0.44% | - |
| HSV(B) | 287.55º | 0.83% | 0.75% | - |
| XYZ | 24.02 | 12.06 | 50.35 | - |
| YUV | 87.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 191 | 0.17 | 0.83 | 0 | 0.25 | 287.55 | 0.71 | 0.44 |
| Hex | 9E | 20 | BF | 11 | 53 | 0 | 19 | 120 | 47 | 2C |
| Octal | 236 | 40 | 277 | 21 | 123 | 0 | 31 | 440 | 107 | 54 |
| Binary | 10011110 | 100000 | 10111111 | 10001 | 1010011 | 0 | 11001 | 100100000 | 1000111 | 101100 |
Color Harmonies of #9E20BF
Complementary color
Monochromatic Colors of #9E20BF
Black with #9E20BF
Text Example
Text Example
White with #9E20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E20BF; }
p { color: rgb(158,32,191); }
H1.HeaderClassName
{
color: #9E20BF;
}
.AnyTagClassName
{
color: #9E20BF;
}
</style>
background-color css
<style>
a { background-color: #9E20BF; }
a { background-color: rgb(158,32,191); }
div.DivClassName
{
background-color: #9E20BF;
}
.BgClassName
{
background-color: #9E20BF;
}
</style>
border-color css
<style>
span { border-color: #9E20BF; }
span { border-color: rgb(158,32,191); }
td.TdClassName
{
border-color: #9E20BF;
}
.TagClassName
{
border-color: #9E20BF;
}
</style>