Shades of Dark Orchid #9E3FCD
Tints of Dark Orchid #9E3FCD
RGB
CMYK
RGB Variations
Color information
#9E3FCD (or 0x9E3FCD) is known color: Dark Orchid. HEX triplet: 9E, 3F and CD. RGB value is (158,63,205). Sum of RGB (Red+Green+Blue) = 158+63+205=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E3FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FCD is #61C032. Grayscale: #6B6B6B. Windows color (decimal): -6406195 or 13451166. OLE color: 13451166.
HSL color Cylindrical-coordinate representation of color #9E3FCD: hue angle of 280.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E3FCD is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 63 | 205 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.20 |
| HSL | 280.14º | 0.59% | 0.53% | - |
| HSV(B) | 280.14º | 0.69% | 0.8% | - |
| XYZ | 26.9 | 15.23 | 59.28 | - |
| YUV | 107.59 | 182.97 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 205 | 0.23 | 0.69 | 0 | 0.20 | 280.14 | 0.59 | 0.53 |
| Hex | 9E | 3F | CD | 17 | 45 | 0 | 14 | 118 | 3B | 35 |
| Octal | 236 | 77 | 315 | 27 | 105 | 0 | 24 | 430 | 73 | 65 |
| Binary | 10011110 | 111111 | 11001101 | 10111 | 1000101 | 0 | 10100 | 100011000 | 111011 | 110101 |
Color Harmonies of #9E3FCD
Complementary color
Monochromatic Colors of #9E3FCD
Black with #9E3FCD
Text Example
Text Example
White with #9E3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FCD; }
p { color: rgb(158,63,205); }
H1.HeaderClassName
{
color: #9E3FCD;
}
.AnyTagClassName
{
color: #9E3FCD;
}
</style>
background-color css
<style>
a { background-color: #9E3FCD; }
a { background-color: rgb(158,63,205); }
div.DivClassName
{
background-color: #9E3FCD;
}
.BgClassName
{
background-color: #9E3FCD;
}
</style>
border-color css
<style>
span { border-color: #9E3FCD; }
span { border-color: rgb(158,63,205); }
td.TdClassName
{
border-color: #9E3FCD;
}
.TagClassName
{
border-color: #9E3FCD;
}
</style>