Shades of Dark Orchid #9E23CC
Tints of Dark Orchid #9E23CC
RGB
CMYK
RGB Variations
Color information
#9E23CC (or 0x9E23CC) is known color: Dark Orchid. HEX triplet: 9E, 23 and CC. RGB value is (158,35,204). Sum of RGB (Red+Green+Blue) = 158+35+204=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E23CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E23CC is #61DC33. Grayscale: #5A5A5A. Windows color (decimal): -6413364 or 13378462. OLE color: 13378462.
HSL color Cylindrical-coordinate representation of color #9E23CC: hue angle of 283.67º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E23CC is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 35 | 204 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.2 |
| HSL | 283.67º | 0.71% | 0.47% | - |
| HSV(B) | 283.67º | 0.83% | 0.8% | - |
| XYZ | 25.6 | 12.83 | 58.25 | - |
| YUV | 91.04 | 191.75 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 204 | 0.23 | 0.83 | 0 | 0.2 | 283.67 | 0.71 | 0.47 |
| Hex | 9E | 23 | CC | 17 | 53 | 0 | 14 | 11C | 47 | 2F |
| Octal | 236 | 43 | 314 | 27 | 123 | 0 | 24 | 434 | 107 | 57 |
| Binary | 10011110 | 100011 | 11001100 | 10111 | 1010011 | 0 | 10100 | 100011100 | 1000111 | 101111 |
Color Harmonies of #9E23CC
Complementary color
Monochromatic Colors of #9E23CC
Black with #9E23CC
Text Example
Text Example
White with #9E23CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E23CC; }
p { color: rgb(158,35,204); }
H1.HeaderClassName
{
color: #9E23CC;
}
.AnyTagClassName
{
color: #9E23CC;
}
</style>
background-color css
<style>
a { background-color: #9E23CC; }
a { background-color: rgb(158,35,204); }
div.DivClassName
{
background-color: #9E23CC;
}
.BgClassName
{
background-color: #9E23CC;
}
</style>
border-color css
<style>
span { border-color: #9E23CC; }
span { border-color: rgb(158,35,204); }
td.TdClassName
{
border-color: #9E23CC;
}
.TagClassName
{
border-color: #9E23CC;
}
</style>