Shades of Dark Orchid #9E40BD
Tints of Dark Orchid #9E40BD
RGB
CMYK
RGB Variations
Color information
#9E40BD (or 0x9E40BD) is known color: Dark Orchid. HEX triplet: 9E, 40 and BD. RGB value is (158,64,189). Sum of RGB (Red+Green+Blue) = 158+64+189=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E40BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40BD is #61BF42. Grayscale: #696969. Windows color (decimal): -6405955 or 12402846. OLE color: 12402846.
HSL color Cylindrical-coordinate representation of color #9E40BD: hue angle of 285.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E40BD is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 64 | 189 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.26 |
| HSL | 285.12º | 0.49% | 0.5% | - |
| HSV(B) | 285.12º | 0.66% | 0.74% | - |
| XYZ | 25.12 | 14.61 | 49.64 | - |
| YUV | 106.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 189 | 0.16 | 0.66 | 0 | 0.26 | 285.12 | 0.49 | 0.5 |
| Hex | 9E | 40 | BD | 10 | 42 | 0 | 1A | 11D | 31 | 32 |
| Octal | 236 | 100 | 275 | 20 | 102 | 0 | 32 | 435 | 61 | 62 |
| Binary | 10011110 | 1000000 | 10111101 | 10000 | 1000010 | 0 | 11010 | 100011101 | 110001 | 110010 |
Color Harmonies of #9E40BD
Complementary color
Monochromatic Colors of #9E40BD
Black with #9E40BD
Text Example
Text Example
White with #9E40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E40BD; }
p { color: rgb(158,64,189); }
H1.HeaderClassName
{
color: #9E40BD;
}
.AnyTagClassName
{
color: #9E40BD;
}
</style>
background-color css
<style>
a { background-color: #9E40BD; }
a { background-color: rgb(158,64,189); }
div.DivClassName
{
background-color: #9E40BD;
}
.BgClassName
{
background-color: #9E40BD;
}
</style>
border-color css
<style>
span { border-color: #9E40BD; }
span { border-color: rgb(158,64,189); }
td.TdClassName
{
border-color: #9E40BD;
}
.TagClassName
{
border-color: #9E40BD;
}
</style>