Shades of Dark Orchid #9E4BDC
Tints of Dark Orchid #9E4BDC
RGB
CMYK
RGB Variations
Color information
#9E4BDC (or 0x9E4BDC) is known color: Dark Orchid. HEX triplet: 9E, 4B and DC. RGB value is (158,75,220). Sum of RGB (Red+Green+Blue) = 158+75+220=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E4BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4BDC is #61B423. Grayscale: #737373. Windows color (decimal): -6403108 or 14437278. OLE color: 14437278.
HSL color Cylindrical-coordinate representation of color #9E4BDC: hue angle of 274.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4BDC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 75 | 220 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.14 |
| HSL | 274.34º | 0.67% | 0.58% | - |
| HSV(B) | 274.34º | 0.66% | 0.86% | - |
| XYZ | 29.53 | 17.47 | 69.53 | - |
| YUV | 116.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 75 | 220 | 0.28 | 0.66 | 0 | 0.14 | 274.34 | 0.67 | 0.58 |
| Hex | 9E | 4B | DC | 1C | 42 | 0 | E | 112 | 43 | 3A |
| Octal | 236 | 113 | 334 | 34 | 102 | 0 | 16 | 422 | 103 | 72 |
| Binary | 10011110 | 1001011 | 11011100 | 11100 | 1000010 | 0 | 1110 | 100010010 | 1000011 | 111010 |
Color Harmonies of #9E4BDC
Complementary color
Monochromatic Colors of #9E4BDC
Black with #9E4BDC
Text Example
Text Example
White with #9E4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4BDC; }
p { color: rgb(158,75,220); }
H1.HeaderClassName
{
color: #9E4BDC;
}
.AnyTagClassName
{
color: #9E4BDC;
}
</style>
background-color css
<style>
a { background-color: #9E4BDC; }
a { background-color: rgb(158,75,220); }
div.DivClassName
{
background-color: #9E4BDC;
}
.BgClassName
{
background-color: #9E4BDC;
}
</style>
border-color css
<style>
span { border-color: #9E4BDC; }
span { border-color: rgb(158,75,220); }
td.TdClassName
{
border-color: #9E4BDC;
}
.TagClassName
{
border-color: #9E4BDC;
}
</style>