Shades of Dark Orchid #9E3CDA
Tints of Dark Orchid #9E3CDA
RGB
CMYK
RGB Variations
Color information
#9E3CDA (or 0x9E3CDA) is known color: Dark Orchid. HEX triplet: 9E, 3C and DA. RGB value is (158,60,218). Sum of RGB (Red+Green+Blue) = 158+60+218=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E3CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3CDA is #61C325. Grayscale: #6A6A6A. Windows color (decimal): -6406950 or 14302366. OLE color: 14302366.
HSL color Cylindrical-coordinate representation of color #9E3CDA: hue angle of 277.22º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E3CDA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 60 | 218 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.15 |
| HSL | 277.22º | 0.68% | 0.55% | - |
| HSV(B) | 277.22º | 0.72% | 0.85% | - |
| XYZ | 28.37 | 15.56 | 67.84 | - |
| YUV | 107.31 | 190.47 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 218 | 0.28 | 0.72 | 0 | 0.15 | 277.22 | 0.68 | 0.55 |
| Hex | 9E | 3C | DA | 1C | 48 | 0 | F | 115 | 44 | 37 |
| Octal | 236 | 74 | 332 | 34 | 110 | 0 | 17 | 425 | 104 | 67 |
| Binary | 10011110 | 111100 | 11011010 | 11100 | 1001000 | 0 | 1111 | 100010101 | 1000100 | 110111 |
Color Harmonies of #9E3CDA
Complementary color
Monochromatic Colors of #9E3CDA
Black with #9E3CDA
Text Example
Text Example
White with #9E3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3CDA; }
p { color: rgb(158,60,218); }
H1.HeaderClassName
{
color: #9E3CDA;
}
.AnyTagClassName
{
color: #9E3CDA;
}
</style>
background-color css
<style>
a { background-color: #9E3CDA; }
a { background-color: rgb(158,60,218); }
div.DivClassName
{
background-color: #9E3CDA;
}
.BgClassName
{
background-color: #9E3CDA;
}
</style>
border-color css
<style>
span { border-color: #9E3CDA; }
span { border-color: rgb(158,60,218); }
td.TdClassName
{
border-color: #9E3CDA;
}
.TagClassName
{
border-color: #9E3CDA;
}
</style>