Shades of Dark Orchid #9E28BF
Tints of Dark Orchid #9E28BF
RGB
CMYK
RGB Variations
Color information
#9E28BF (or 0x9E28BF) is known color: Dark Orchid. HEX triplet: 9E, 28 and BF. RGB value is (158,40,191). Sum of RGB (Red+Green+Blue) = 158+40+191=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E28BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E28BF is #61D740. Grayscale: #5C5C5C. Windows color (decimal): -6412097 or 12527774. OLE color: 12527774.
HSL color Cylindrical-coordinate representation of color #9E28BF: hue angle of 286.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E28BF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 40 | 191 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.25 |
| HSL | 286.89º | 0.65% | 0.45% | - |
| HSV(B) | 286.89º | 0.79% | 0.75% | - |
| XYZ | 24.26 | 12.55 | 50.43 | - |
| YUV | 92.5 | 183.59 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 191 | 0.17 | 0.79 | 0 | 0.25 | 286.89 | 0.65 | 0.45 |
| Hex | 9E | 28 | BF | 11 | 4F | 0 | 19 | 11F | 41 | 2D |
| Octal | 236 | 50 | 277 | 21 | 117 | 0 | 31 | 437 | 101 | 55 |
| Binary | 10011110 | 101000 | 10111111 | 10001 | 1001111 | 0 | 11001 | 100011111 | 1000001 | 101101 |
Color Harmonies of #9E28BF
Complementary color
Monochromatic Colors of #9E28BF
Black with #9E28BF
Text Example
Text Example
White with #9E28BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E28BF; }
p { color: rgb(158,40,191); }
H1.HeaderClassName
{
color: #9E28BF;
}
.AnyTagClassName
{
color: #9E28BF;
}
</style>
background-color css
<style>
a { background-color: #9E28BF; }
a { background-color: rgb(158,40,191); }
div.DivClassName
{
background-color: #9E28BF;
}
.BgClassName
{
background-color: #9E28BF;
}
</style>
border-color css
<style>
span { border-color: #9E28BF; }
span { border-color: rgb(158,40,191); }
td.TdClassName
{
border-color: #9E28BF;
}
.TagClassName
{
border-color: #9E28BF;
}
</style>