Shades of Dark Orchid #9E28C1
Tints of Dark Orchid #9E28C1
RGB
CMYK
RGB Variations
Color information
#9E28C1 (or 0x9E28C1) is known color: Dark Orchid. HEX triplet: 9E, 28 and C1. RGB value is (158,40,193). Sum of RGB (Red+Green+Blue) = 158+40+193=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E28C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E28C1 is #61D73E. Grayscale: #5C5C5C. Windows color (decimal): -6412095 or 12658846. OLE color: 12658846.
HSL color Cylindrical-coordinate representation of color #9E28C1: hue angle of 286.27º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E28C1 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 40 | 193 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.24 |
| HSL | 286.27º | 0.66% | 0.46% | - |
| HSV(B) | 286.27º | 0.79% | 0.76% | - |
| XYZ | 24.48 | 12.64 | 51.6 | - |
| YUV | 92.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 193 | 0.18 | 0.79 | 0 | 0.24 | 286.27 | 0.66 | 0.46 |
| Hex | 9E | 28 | C1 | 12 | 4F | 0 | 18 | 11E | 42 | 2E |
| Octal | 236 | 50 | 301 | 22 | 117 | 0 | 30 | 436 | 102 | 56 |
| Binary | 10011110 | 101000 | 11000001 | 10010 | 1001111 | 0 | 11000 | 100011110 | 1000010 | 101110 |
Color Harmonies of #9E28C1
Complementary color
Monochromatic Colors of #9E28C1
Black with #9E28C1
Text Example
Text Example
White with #9E28C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E28C1; }
p { color: rgb(158,40,193); }
H1.HeaderClassName
{
color: #9E28C1;
}
.AnyTagClassName
{
color: #9E28C1;
}
</style>
background-color css
<style>
a { background-color: #9E28C1; }
a { background-color: rgb(158,40,193); }
div.DivClassName
{
background-color: #9E28C1;
}
.BgClassName
{
background-color: #9E28C1;
}
</style>
border-color css
<style>
span { border-color: #9E28C1; }
span { border-color: rgb(158,40,193); }
td.TdClassName
{
border-color: #9E28C1;
}
.TagClassName
{
border-color: #9E28C1;
}
</style>