Shades of Dark Orchid #9E38C7
Tints of Dark Orchid #9E38C7
RGB
CMYK
RGB Variations
Color information
#9E38C7 (or 0x9E38C7) is known color: Dark Orchid. HEX triplet: 9E, 38 and C7. RGB value is (158,56,199). Sum of RGB (Red+Green+Blue) = 158+56+199=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #9E38C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E38C7 is #61C738. Grayscale: #666666. Windows color (decimal): -6407993 or 13056158. OLE color: 13056158.
HSL color Cylindrical-coordinate representation of color #9E38C7: hue angle of 282.8º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E38C7 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 56 | 199 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.22 |
| HSL | 282.8º | 0.56% | 0.5% | - |
| HSV(B) | 282.8º | 0.72% | 0.78% | - |
| XYZ | 25.82 | 14.22 | 55.42 | - |
| YUV | 102.8 | 182.29 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 199 | 0.21 | 0.72 | 0 | 0.22 | 282.8 | 0.56 | 0.5 |
| Hex | 9E | 38 | C7 | 15 | 48 | 0 | 16 | 11B | 38 | 32 |
| Octal | 236 | 70 | 307 | 25 | 110 | 0 | 26 | 433 | 70 | 62 |
| Binary | 10011110 | 111000 | 11000111 | 10101 | 1001000 | 0 | 10110 | 100011011 | 111000 | 110010 |
Color Harmonies of #9E38C7
Complementary color
Monochromatic Colors of #9E38C7
Black with #9E38C7
Text Example
Text Example
White with #9E38C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E38C7; }
p { color: rgb(158,56,199); }
H1.HeaderClassName
{
color: #9E38C7;
}
.AnyTagClassName
{
color: #9E38C7;
}
</style>
background-color css
<style>
a { background-color: #9E38C7; }
a { background-color: rgb(158,56,199); }
div.DivClassName
{
background-color: #9E38C7;
}
.BgClassName
{
background-color: #9E38C7;
}
</style>
border-color css
<style>
span { border-color: #9E38C7; }
span { border-color: rgb(158,56,199); }
td.TdClassName
{
border-color: #9E38C7;
}
.TagClassName
{
border-color: #9E38C7;
}
</style>