Shades of Dark Orchid #9E23BD
Tints of Dark Orchid #9E23BD
RGB
CMYK
RGB Variations
Color information
#9E23BD (or 0x9E23BD) is known color: Dark Orchid. HEX triplet: 9E, 23 and BD. RGB value is (158,35,189). Sum of RGB (Red+Green+Blue) = 158+35+189=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E23BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E23BD is #61DC42. Grayscale: #585858. Windows color (decimal): -6413379 or 12395422. OLE color: 12395422.
HSL color Cylindrical-coordinate representation of color #9E23BD: hue angle of 287.92º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E23BD is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 35 | 189 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.26 |
| HSL | 287.92º | 0.69% | 0.44% | - |
| HSV(B) | 287.92º | 0.81% | 0.74% | - |
| XYZ | 23.89 | 12.15 | 49.23 | - |
| YUV | 89.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 189 | 0.16 | 0.81 | 0 | 0.26 | 287.92 | 0.69 | 0.44 |
| Hex | 9E | 23 | BD | 10 | 51 | 0 | 1A | 120 | 45 | 2C |
| Octal | 236 | 43 | 275 | 20 | 121 | 0 | 32 | 440 | 105 | 54 |
| Binary | 10011110 | 100011 | 10111101 | 10000 | 1010001 | 0 | 11010 | 100100000 | 1000101 | 101100 |
Color Harmonies of #9E23BD
Complementary color
Monochromatic Colors of #9E23BD
Black with #9E23BD
Text Example
Text Example
White with #9E23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E23BD; }
p { color: rgb(158,35,189); }
H1.HeaderClassName
{
color: #9E23BD;
}
.AnyTagClassName
{
color: #9E23BD;
}
</style>
background-color css
<style>
a { background-color: #9E23BD; }
a { background-color: rgb(158,35,189); }
div.DivClassName
{
background-color: #9E23BD;
}
.BgClassName
{
background-color: #9E23BD;
}
</style>
border-color css
<style>
span { border-color: #9E23BD; }
span { border-color: rgb(158,35,189); }
td.TdClassName
{
border-color: #9E23BD;
}
.TagClassName
{
border-color: #9E23BD;
}
</style>