Shades of Dark Orchid #9E43CF
Tints of Dark Orchid #9E43CF
RGB
CMYK
RGB Variations
Color information
#9E43CF (or 0x9E43CF) is known color: Dark Orchid. HEX triplet: 9E, 43 and CF. RGB value is (158,67,207). Sum of RGB (Red+Green+Blue) = 158+67+207=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E43CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E43CF is #61BC30. Grayscale: #6D6D6D. Windows color (decimal): -6405169 or 13583262. OLE color: 13583262.
HSL color Cylindrical-coordinate representation of color #9E43CF: hue angle of 279º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E43CF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 67 | 207 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.19 |
| HSL | 279º | 0.59% | 0.54% | - |
| HSV(B) | 279º | 0.68% | 0.81% | - |
| XYZ | 27.37 | 15.79 | 60.64 | - |
| YUV | 110.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 207 | 0.24 | 0.68 | 0 | 0.19 | 279 | 0.59 | 0.54 |
| Hex | 9E | 43 | CF | 18 | 44 | 0 | 13 | 117 | 3B | 36 |
| Octal | 236 | 103 | 317 | 30 | 104 | 0 | 23 | 427 | 73 | 66 |
| Binary | 10011110 | 1000011 | 11001111 | 11000 | 1000100 | 0 | 10011 | 100010111 | 111011 | 110110 |
Color Harmonies of #9E43CF
Complementary color
Monochromatic Colors of #9E43CF
Black with #9E43CF
Text Example
Text Example
White with #9E43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E43CF; }
p { color: rgb(158,67,207); }
H1.HeaderClassName
{
color: #9E43CF;
}
.AnyTagClassName
{
color: #9E43CF;
}
</style>
background-color css
<style>
a { background-color: #9E43CF; }
a { background-color: rgb(158,67,207); }
div.DivClassName
{
background-color: #9E43CF;
}
.BgClassName
{
background-color: #9E43CF;
}
</style>
border-color css
<style>
span { border-color: #9E43CF; }
span { border-color: rgb(158,67,207); }
td.TdClassName
{
border-color: #9E43CF;
}
.TagClassName
{
border-color: #9E43CF;
}
</style>