Shades of Dark Orchid #9E30AA
Tints of Dark Orchid #9E30AA
RGB
CMYK
RGB Variations
Color information
#9E30AA (or 0x9E30AA) is known color: Dark Orchid. HEX triplet: 9E, 30 and AA. RGB value is (158,48,170). Sum of RGB (Red+Green+Blue) = 158+48+170=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E30AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E30AA is #61CF55. Grayscale: #5E5E5E. Windows color (decimal): -6410070 or 11153566. OLE color: 11153566.
HSL color Cylindrical-coordinate representation of color #9E30AA: hue angle of 294.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E30AA is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 48 | 170 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.33 |
| HSL | 294.1º | 0.56% | 0.43% | - |
| HSV(B) | 294.1º | 0.72% | 0.67% | - |
| XYZ | 22.41 | 12.29 | 39.22 | - |
| YUV | 94.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 170 | 0.07 | 0.72 | 0 | 0.33 | 294.1 | 0.56 | 0.43 |
| Hex | 9E | 30 | AA | 7 | 48 | 0 | 21 | 126 | 38 | 2B |
| Octal | 236 | 60 | 252 | 7 | 110 | 0 | 41 | 446 | 70 | 53 |
| Binary | 10011110 | 110000 | 10101010 | 111 | 1001000 | 0 | 100001 | 100100110 | 111000 | 101011 |
Color Harmonies of #9E30AA
Complementary color
Monochromatic Colors of #9E30AA
Black with #9E30AA
Text Example
Text Example
White with #9E30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E30AA; }
p { color: rgb(158,48,170); }
H1.HeaderClassName
{
color: #9E30AA;
}
.AnyTagClassName
{
color: #9E30AA;
}
</style>
background-color css
<style>
a { background-color: #9E30AA; }
a { background-color: rgb(158,48,170); }
div.DivClassName
{
background-color: #9E30AA;
}
.BgClassName
{
background-color: #9E30AA;
}
</style>
border-color css
<style>
span { border-color: #9E30AA; }
span { border-color: rgb(158,48,170); }
td.TdClassName
{
border-color: #9E30AA;
}
.TagClassName
{
border-color: #9E30AA;
}
</style>