Shades of Dark Orchid #9E38CA
Tints of Dark Orchid #9E38CA
RGB
CMYK
RGB Variations
Color information
#9E38CA (or 0x9E38CA) is known color: Dark Orchid. HEX triplet: 9E, 38 and CA. RGB value is (158,56,202). Sum of RGB (Red+Green+Blue) = 158+56+202=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E38CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E38CA is #61C735. Grayscale: #666666. Windows color (decimal): -6407990 or 13252766. OLE color: 13252766.
HSL color Cylindrical-coordinate representation of color #9E38CA: hue angle of 281.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E38CA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 56 | 202 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.21 |
| HSL | 281.92º | 0.58% | 0.51% | - |
| HSV(B) | 281.92º | 0.72% | 0.79% | - |
| XYZ | 26.18 | 14.36 | 57.27 | - |
| YUV | 103.14 | 183.79 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 202 | 0.22 | 0.72 | 0 | 0.21 | 281.92 | 0.58 | 0.51 |
| Hex | 9E | 38 | CA | 16 | 48 | 0 | 15 | 11A | 3A | 33 |
| Octal | 236 | 70 | 312 | 26 | 110 | 0 | 25 | 432 | 72 | 63 |
| Binary | 10011110 | 111000 | 11001010 | 10110 | 1001000 | 0 | 10101 | 100011010 | 111010 | 110011 |
Color Harmonies of #9E38CA
Complementary color
Monochromatic Colors of #9E38CA
Black with #9E38CA
Text Example
Text Example
White with #9E38CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E38CA; }
p { color: rgb(158,56,202); }
H1.HeaderClassName
{
color: #9E38CA;
}
.AnyTagClassName
{
color: #9E38CA;
}
</style>
background-color css
<style>
a { background-color: #9E38CA; }
a { background-color: rgb(158,56,202); }
div.DivClassName
{
background-color: #9E38CA;
}
.BgClassName
{
background-color: #9E38CA;
}
</style>
border-color css
<style>
span { border-color: #9E38CA; }
span { border-color: rgb(158,56,202); }
td.TdClassName
{
border-color: #9E38CA;
}
.TagClassName
{
border-color: #9E38CA;
}
</style>