Shades of Dark Orchid #9E35BA
Tints of Dark Orchid #9E35BA
RGB
CMYK
RGB Variations
Color information
#9E35BA (or 0x9E35BA) is known color: Dark Orchid. HEX triplet: 9E, 35 and BA. RGB value is (158,53,186). Sum of RGB (Red+Green+Blue) = 158+53+186=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E35BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E35BA is #61CA45. Grayscale: #636363. Windows color (decimal): -6408774 or 12203422. OLE color: 12203422.
HSL color Cylindrical-coordinate representation of color #9E35BA: hue angle of 287.37º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E35BA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 53 | 186 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.27 |
| HSL | 287.37º | 0.56% | 0.47% | - |
| HSV(B) | 287.37º | 0.72% | 0.73% | - |
| XYZ | 24.24 | 13.36 | 47.76 | - |
| YUV | 99.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 186 | 0.15 | 0.72 | 0 | 0.27 | 287.37 | 0.56 | 0.47 |
| Hex | 9E | 35 | BA | F | 48 | 0 | 1B | 11F | 38 | 2F |
| Octal | 236 | 65 | 272 | 17 | 110 | 0 | 33 | 437 | 70 | 57 |
| Binary | 10011110 | 110101 | 10111010 | 1111 | 1001000 | 0 | 11011 | 100011111 | 111000 | 101111 |
Color Harmonies of #9E35BA
Complementary color
Monochromatic Colors of #9E35BA
Black with #9E35BA
Text Example
Text Example
White with #9E35BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E35BA; }
p { color: rgb(158,53,186); }
H1.HeaderClassName
{
color: #9E35BA;
}
.AnyTagClassName
{
color: #9E35BA;
}
</style>
background-color css
<style>
a { background-color: #9E35BA; }
a { background-color: rgb(158,53,186); }
div.DivClassName
{
background-color: #9E35BA;
}
.BgClassName
{
background-color: #9E35BA;
}
</style>
border-color css
<style>
span { border-color: #9E35BA; }
span { border-color: rgb(158,53,186); }
td.TdClassName
{
border-color: #9E35BA;
}
.TagClassName
{
border-color: #9E35BA;
}
</style>