Shades of Dark Orchid #9E34BB
Tints of Dark Orchid #9E34BB
RGB
CMYK
RGB Variations
Color information
#9E34BB (or 0x9E34BB) is known color: Dark Orchid. HEX triplet: 9E, 34 and BB. RGB value is (158,52,187). Sum of RGB (Red+Green+Blue) = 158+52+187=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E34BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E34BB is #61CB44. Grayscale: #626262. Windows color (decimal): -6409029 or 12268702. OLE color: 12268702.
HSL color Cylindrical-coordinate representation of color #9E34BB: hue angle of 287.11º 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 #9E34BB is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 52 | 187 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.27 |
| HSL | 287.11º | 0.56% | 0.47% | - |
| HSV(B) | 287.11º | 0.72% | 0.73% | - |
| XYZ | 24.3 | 13.31 | 48.3 | - |
| YUV | 99.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 187 | 0.16 | 0.72 | 0 | 0.27 | 287.11 | 0.56 | 0.47 |
| Hex | 9E | 34 | BB | 10 | 48 | 0 | 1B | 11F | 38 | 2F |
| Octal | 236 | 64 | 273 | 20 | 110 | 0 | 33 | 437 | 70 | 57 |
| Binary | 10011110 | 110100 | 10111011 | 10000 | 1001000 | 0 | 11011 | 100011111 | 111000 | 101111 |
Color Harmonies of #9E34BB
Complementary color
Monochromatic Colors of #9E34BB
Black with #9E34BB
Text Example
Text Example
White with #9E34BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E34BB; }
p { color: rgb(158,52,187); }
H1.HeaderClassName
{
color: #9E34BB;
}
.AnyTagClassName
{
color: #9E34BB;
}
</style>
background-color css
<style>
a { background-color: #9E34BB; }
a { background-color: rgb(158,52,187); }
div.DivClassName
{
background-color: #9E34BB;
}
.BgClassName
{
background-color: #9E34BB;
}
</style>
border-color css
<style>
span { border-color: #9E34BB; }
span { border-color: rgb(158,52,187); }
td.TdClassName
{
border-color: #9E34BB;
}
.TagClassName
{
border-color: #9E34BB;
}
</style>