Shades of Dark Orchid #9E30C0
Tints of Dark Orchid #9E30C0
RGB
CMYK
RGB Variations
Color information
#9E30C0 (or 0x9E30C0) is known color: Dark Orchid. HEX triplet: 9E, 30 and C0. RGB value is (158,48,192). Sum of RGB (Red+Green+Blue) = 158+48+192=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E30C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E30C0 is #61CF3F. Grayscale: #606060. Windows color (decimal): -6410048 or 12595358. OLE color: 12595358.
HSL color Cylindrical-coordinate representation of color #9E30C0: hue angle of 285.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E30C0 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 48 | 192 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.25 |
| HSL | 285.83º | 0.6% | 0.47% | - |
| HSV(B) | 285.83º | 0.75% | 0.75% | - |
| XYZ | 24.67 | 13.19 | 51.11 | - |
| YUV | 97.31 | 181.44 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 192 | 0.18 | 0.75 | 0 | 0.25 | 285.83 | 0.6 | 0.47 |
| Hex | 9E | 30 | C0 | 12 | 4B | 0 | 19 | 11E | 3C | 2F |
| Octal | 236 | 60 | 300 | 22 | 113 | 0 | 31 | 436 | 74 | 57 |
| Binary | 10011110 | 110000 | 11000000 | 10010 | 1001011 | 0 | 11001 | 100011110 | 111100 | 101111 |
Color Harmonies of #9E30C0
Complementary color
Monochromatic Colors of #9E30C0
Black with #9E30C0
Text Example
Text Example
White with #9E30C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E30C0; }
p { color: rgb(158,48,192); }
H1.HeaderClassName
{
color: #9E30C0;
}
.AnyTagClassName
{
color: #9E30C0;
}
</style>
background-color css
<style>
a { background-color: #9E30C0; }
a { background-color: rgb(158,48,192); }
div.DivClassName
{
background-color: #9E30C0;
}
.BgClassName
{
background-color: #9E30C0;
}
</style>
border-color css
<style>
span { border-color: #9E30C0; }
span { border-color: rgb(158,48,192); }
td.TdClassName
{
border-color: #9E30C0;
}
.TagClassName
{
border-color: #9E30C0;
}
</style>