Shades of Dark Orchid #9E1FBD
Tints of Dark Orchid #9E1FBD
RGB
CMYK
RGB Variations
Color information
#9E1FBD (or 0x9E1FBD) is known color: Dark Orchid. HEX triplet: 9E, 1F and BD. RGB value is (158,31,189). Sum of RGB (Red+Green+Blue) = 158+31+189=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E1FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1FBD is #61E042. Grayscale: #565656. Windows color (decimal): -6414403 or 12394398. OLE color: 12394398.
HSL color Cylindrical-coordinate representation of color #9E1FBD: hue angle of 288.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1FBD is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 31 | 189 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.26 |
| HSL | 288.23º | 0.72% | 0.43% | - |
| HSV(B) | 288.23º | 0.84% | 0.74% | - |
| XYZ | 23.78 | 11.92 | 49.19 | - |
| YUV | 86.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 31 | 189 | 0.16 | 0.84 | 0 | 0.26 | 288.23 | 0.72 | 0.43 |
| Hex | 9E | 1F | BD | 10 | 54 | 0 | 1A | 120 | 48 | 2B |
| Octal | 236 | 37 | 275 | 20 | 124 | 0 | 32 | 440 | 110 | 53 |
| Binary | 10011110 | 11111 | 10111101 | 10000 | 1010100 | 0 | 11010 | 100100000 | 1001000 | 101011 |
Color Harmonies of #9E1FBD
Complementary color
Monochromatic Colors of #9E1FBD
Black with #9E1FBD
Text Example
Text Example
White with #9E1FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1FBD; }
p { color: rgb(158,31,189); }
H1.HeaderClassName
{
color: #9E1FBD;
}
.AnyTagClassName
{
color: #9E1FBD;
}
</style>
background-color css
<style>
a { background-color: #9E1FBD; }
a { background-color: rgb(158,31,189); }
div.DivClassName
{
background-color: #9E1FBD;
}
.BgClassName
{
background-color: #9E1FBD;
}
</style>
border-color css
<style>
span { border-color: #9E1FBD; }
span { border-color: rgb(158,31,189); }
td.TdClassName
{
border-color: #9E1FBD;
}
.TagClassName
{
border-color: #9E1FBD;
}
</style>