Shades of Dark Orchid #9E23BE
Tints of Dark Orchid #9E23BE
RGB
CMYK
RGB Variations
Color information
#9E23BE (or 0x9E23BE) is known color: Dark Orchid. HEX triplet: 9E, 23 and BE. RGB value is (158,35,190). Sum of RGB (Red+Green+Blue) = 158+35+190=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E23BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E23BE is #61DC41. Grayscale: #585858. Windows color (decimal): -6413378 or 12460958. OLE color: 12460958.
HSL color Cylindrical-coordinate representation of color #9E23BE: hue angle of 287.61º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E23BE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 35 | 190 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.25 |
| HSL | 287.61º | 0.69% | 0.44% | - |
| HSV(B) | 287.61º | 0.82% | 0.75% | - |
| XYZ | 24 | 12.19 | 49.8 | - |
| YUV | 89.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 190 | 0.17 | 0.82 | 0 | 0.25 | 287.61 | 0.69 | 0.44 |
| Hex | 9E | 23 | BE | 11 | 52 | 0 | 19 | 120 | 45 | 2C |
| Octal | 236 | 43 | 276 | 21 | 122 | 0 | 31 | 440 | 105 | 54 |
| Binary | 10011110 | 100011 | 10111110 | 10001 | 1010010 | 0 | 11001 | 100100000 | 1000101 | 101100 |
Color Harmonies of #9E23BE
Complementary color
Monochromatic Colors of #9E23BE
Black with #9E23BE
Text Example
Text Example
White with #9E23BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E23BE; }
p { color: rgb(158,35,190); }
H1.HeaderClassName
{
color: #9E23BE;
}
.AnyTagClassName
{
color: #9E23BE;
}
</style>
background-color css
<style>
a { background-color: #9E23BE; }
a { background-color: rgb(158,35,190); }
div.DivClassName
{
background-color: #9E23BE;
}
.BgClassName
{
background-color: #9E23BE;
}
</style>
border-color css
<style>
span { border-color: #9E23BE; }
span { border-color: rgb(158,35,190); }
td.TdClassName
{
border-color: #9E23BE;
}
.TagClassName
{
border-color: #9E23BE;
}
</style>