Shades of Dark Orchid #9E27BD
Tints of Dark Orchid #9E27BD
RGB
CMYK
RGB Variations
Color information
#9E27BD (or 0x9E27BD) is known color: Dark Orchid. HEX triplet: 9E, 27 and BD. RGB value is (158,39,189). Sum of RGB (Red+Green+Blue) = 158+39+189=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E27BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E27BD is #61D842. Grayscale: #5B5B5B. Windows color (decimal): -6412355 or 12396446. OLE color: 12396446.
HSL color Cylindrical-coordinate representation of color #9E27BD: hue angle of 287.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E27BD is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 39 | 189 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.26 |
| HSL | 287.6º | 0.66% | 0.45% | - |
| HSV(B) | 287.6º | 0.79% | 0.74% | - |
| XYZ | 24.01 | 12.39 | 49.27 | - |
| YUV | 91.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 189 | 0.16 | 0.79 | 0 | 0.26 | 287.6 | 0.66 | 0.45 |
| Hex | 9E | 27 | BD | 10 | 4F | 0 | 1A | 120 | 42 | 2D |
| Octal | 236 | 47 | 275 | 20 | 117 | 0 | 32 | 440 | 102 | 55 |
| Binary | 10011110 | 100111 | 10111101 | 10000 | 1001111 | 0 | 11010 | 100100000 | 1000010 | 101101 |
Color Harmonies of #9E27BD
Complementary color
Monochromatic Colors of #9E27BD
Black with #9E27BD
Text Example
Text Example
White with #9E27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E27BD; }
p { color: rgb(158,39,189); }
H1.HeaderClassName
{
color: #9E27BD;
}
.AnyTagClassName
{
color: #9E27BD;
}
</style>
background-color css
<style>
a { background-color: #9E27BD; }
a { background-color: rgb(158,39,189); }
div.DivClassName
{
background-color: #9E27BD;
}
.BgClassName
{
background-color: #9E27BD;
}
</style>
border-color css
<style>
span { border-color: #9E27BD; }
span { border-color: rgb(158,39,189); }
td.TdClassName
{
border-color: #9E27BD;
}
.TagClassName
{
border-color: #9E27BD;
}
</style>