Shades of Dark Orchid #9E38CF
Tints of Dark Orchid #9E38CF
RGB
CMYK
RGB Variations
Color information
#9E38CF (or 0x9E38CF) is known color: Dark Orchid. HEX triplet: 9E, 38 and CF. RGB value is (158,56,207). Sum of RGB (Red+Green+Blue) = 158+56+207=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E38CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E38CF is #61C730. Grayscale: #676767. Windows color (decimal): -6407985 or 13580446. OLE color: 13580446.
HSL color Cylindrical-coordinate representation of color #9E38CF: hue angle of 280.53º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E38CF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 56 | 207 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.19 |
| HSL | 280.53º | 0.61% | 0.52% | - |
| HSV(B) | 280.53º | 0.73% | 0.81% | - |
| XYZ | 26.78 | 14.6 | 60.44 | - |
| YUV | 103.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 207 | 0.24 | 0.73 | 0 | 0.19 | 280.53 | 0.61 | 0.52 |
| Hex | 9E | 38 | CF | 18 | 49 | 0 | 13 | 119 | 3D | 34 |
| Octal | 236 | 70 | 317 | 30 | 111 | 0 | 23 | 431 | 75 | 64 |
| Binary | 10011110 | 111000 | 11001111 | 11000 | 1001001 | 0 | 10011 | 100011001 | 111101 | 110100 |
Color Harmonies of #9E38CF
Complementary color
Monochromatic Colors of #9E38CF
Black with #9E38CF
Text Example
Text Example
White with #9E38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E38CF; }
p { color: rgb(158,56,207); }
H1.HeaderClassName
{
color: #9E38CF;
}
.AnyTagClassName
{
color: #9E38CF;
}
</style>
background-color css
<style>
a { background-color: #9E38CF; }
a { background-color: rgb(158,56,207); }
div.DivClassName
{
background-color: #9E38CF;
}
.BgClassName
{
background-color: #9E38CF;
}
</style>
border-color css
<style>
span { border-color: #9E38CF; }
span { border-color: rgb(158,56,207); }
td.TdClassName
{
border-color: #9E38CF;
}
.TagClassName
{
border-color: #9E38CF;
}
</style>