Shades of Dark Orchid #9E3FBD
Tints of Dark Orchid #9E3FBD
RGB
CMYK
RGB Variations
Color information
#9E3FBD (or 0x9E3FBD) is known color: Dark Orchid. HEX triplet: 9E, 3F and BD. RGB value is (158,63,189). Sum of RGB (Red+Green+Blue) = 158+63+189=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E3FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FBD is #61C042. Grayscale: #696969. Windows color (decimal): -6406211 or 12402590. OLE color: 12402590.
HSL color Cylindrical-coordinate representation of color #9E3FBD: hue angle of 285.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E3FBD is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 63 | 189 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.26 |
| HSL | 285.24º | 0.5% | 0.49% | - |
| HSV(B) | 285.24º | 0.67% | 0.74% | - |
| XYZ | 25.06 | 14.5 | 49.62 | - |
| YUV | 105.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 189 | 0.16 | 0.67 | 0 | 0.26 | 285.24 | 0.5 | 0.49 |
| Hex | 9E | 3F | BD | 10 | 43 | 0 | 1A | 11D | 32 | 31 |
| Octal | 236 | 77 | 275 | 20 | 103 | 0 | 32 | 435 | 62 | 61 |
| Binary | 10011110 | 111111 | 10111101 | 10000 | 1000011 | 0 | 11010 | 100011101 | 110010 | 110001 |
Color Harmonies of #9E3FBD
Complementary color
Monochromatic Colors of #9E3FBD
Black with #9E3FBD
Text Example
Text Example
White with #9E3FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FBD; }
p { color: rgb(158,63,189); }
H1.HeaderClassName
{
color: #9E3FBD;
}
.AnyTagClassName
{
color: #9E3FBD;
}
</style>
background-color css
<style>
a { background-color: #9E3FBD; }
a { background-color: rgb(158,63,189); }
div.DivClassName
{
background-color: #9E3FBD;
}
.BgClassName
{
background-color: #9E3FBD;
}
</style>
border-color css
<style>
span { border-color: #9E3FBD; }
span { border-color: rgb(158,63,189); }
td.TdClassName
{
border-color: #9E3FBD;
}
.TagClassName
{
border-color: #9E3FBD;
}
</style>