Shades of Dark Orchid #9E43D4
Tints of Dark Orchid #9E43D4
RGB
CMYK
RGB Variations
Color information
#9E43D4 (or 0x9E43D4) is known color: Dark Orchid. HEX triplet: 9E, 43 and D4. RGB value is (158,67,212). Sum of RGB (Red+Green+Blue) = 158+67+212=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #9E43D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E43D4 is #61BC2B. Grayscale: #6E6E6E. Windows color (decimal): -6405164 or 13910942. OLE color: 13910942.
HSL color Cylindrical-coordinate representation of color #9E43D4: hue angle of 277.66º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E43D4 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 67 | 212 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.17 |
| HSL | 277.66º | 0.63% | 0.55% | - |
| HSV(B) | 277.66º | 0.68% | 0.83% | - |
| XYZ | 27.99 | 16.04 | 63.91 | - |
| YUV | 110.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 212 | 0.25 | 0.68 | 0 | 0.17 | 277.66 | 0.63 | 0.55 |
| Hex | 9E | 43 | D4 | 19 | 44 | 0 | 11 | 116 | 3F | 37 |
| Octal | 236 | 103 | 324 | 31 | 104 | 0 | 21 | 426 | 77 | 67 |
| Binary | 10011110 | 1000011 | 11010100 | 11001 | 1000100 | 0 | 10001 | 100010110 | 111111 | 110111 |
Color Harmonies of #9E43D4
Complementary color
Monochromatic Colors of #9E43D4
Black with #9E43D4
Text Example
Text Example
White with #9E43D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E43D4; }
p { color: rgb(158,67,212); }
H1.HeaderClassName
{
color: #9E43D4;
}
.AnyTagClassName
{
color: #9E43D4;
}
</style>
background-color css
<style>
a { background-color: #9E43D4; }
a { background-color: rgb(158,67,212); }
div.DivClassName
{
background-color: #9E43D4;
}
.BgClassName
{
background-color: #9E43D4;
}
</style>
border-color css
<style>
span { border-color: #9E43D4; }
span { border-color: rgb(158,67,212); }
td.TdClassName
{
border-color: #9E43D4;
}
.TagClassName
{
border-color: #9E43D4;
}
</style>