Shades of Dark Orchid #9E42D1
Tints of Dark Orchid #9E42D1
RGB
CMYK
RGB Variations
Color information
#9E42D1 (or 0x9E42D1) is known color: Dark Orchid. HEX triplet: 9E, 42 and D1. RGB value is (158,66,209). Sum of RGB (Red+Green+Blue) = 158+66+209=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #9E42D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E42D1 is #61BD2E. Grayscale: #6D6D6D. Windows color (decimal): -6405423 or 13714078. OLE color: 13714078.
HSL color Cylindrical-coordinate representation of color #9E42D1: hue angle of 278.6º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E42D1 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 66 | 209 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.18 |
| HSL | 278.6º | 0.61% | 0.54% | - |
| HSV(B) | 278.6º | 0.68% | 0.82% | - |
| XYZ | 27.56 | 15.77 | 61.91 | - |
| YUV | 109.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 66 | 209 | 0.24 | 0.68 | 0 | 0.18 | 278.6 | 0.61 | 0.54 |
| Hex | 9E | 42 | D1 | 18 | 44 | 0 | 12 | 117 | 3D | 36 |
| Octal | 236 | 102 | 321 | 30 | 104 | 0 | 22 | 427 | 75 | 66 |
| Binary | 10011110 | 1000010 | 11010001 | 11000 | 1000100 | 0 | 10010 | 100010111 | 111101 | 110110 |
Color Harmonies of #9E42D1
Complementary color
Monochromatic Colors of #9E42D1
Black with #9E42D1
Text Example
Text Example
White with #9E42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E42D1; }
p { color: rgb(158,66,209); }
H1.HeaderClassName
{
color: #9E42D1;
}
.AnyTagClassName
{
color: #9E42D1;
}
</style>
background-color css
<style>
a { background-color: #9E42D1; }
a { background-color: rgb(158,66,209); }
div.DivClassName
{
background-color: #9E42D1;
}
.BgClassName
{
background-color: #9E42D1;
}
</style>
border-color css
<style>
span { border-color: #9E42D1; }
span { border-color: rgb(158,66,209); }
td.TdClassName
{
border-color: #9E42D1;
}
.TagClassName
{
border-color: #9E42D1;
}
</style>