Shades of Dark Orchid #9E33BD
Tints of Dark Orchid #9E33BD
RGB
CMYK
RGB Variations
Color information
#9E33BD (or 0x9E33BD) is known color: Dark Orchid. HEX triplet: 9E, 33 and BD. RGB value is (158,51,189). Sum of RGB (Red+Green+Blue) = 158+51+189=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E33BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E33BD is #61CC42. Grayscale: #626262. Windows color (decimal): -6409283 or 12399518. OLE color: 12399518.
HSL color Cylindrical-coordinate representation of color #9E33BD: hue angle of 286.52º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E33BD is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 51 | 189 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.26 |
| HSL | 286.52º | 0.58% | 0.47% | - |
| HSV(B) | 286.52º | 0.73% | 0.74% | - |
| XYZ | 24.47 | 13.31 | 49.42 | - |
| YUV | 98.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 189 | 0.16 | 0.73 | 0 | 0.26 | 286.52 | 0.58 | 0.47 |
| Hex | 9E | 33 | BD | 10 | 49 | 0 | 1A | 11F | 3A | 2F |
| Octal | 236 | 63 | 275 | 20 | 111 | 0 | 32 | 437 | 72 | 57 |
| Binary | 10011110 | 110011 | 10111101 | 10000 | 1001001 | 0 | 11010 | 100011111 | 111010 | 101111 |
Color Harmonies of #9E33BD
Complementary color
Monochromatic Colors of #9E33BD
Black with #9E33BD
Text Example
Text Example
White with #9E33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E33BD; }
p { color: rgb(158,51,189); }
H1.HeaderClassName
{
color: #9E33BD;
}
.AnyTagClassName
{
color: #9E33BD;
}
</style>
background-color css
<style>
a { background-color: #9E33BD; }
a { background-color: rgb(158,51,189); }
div.DivClassName
{
background-color: #9E33BD;
}
.BgClassName
{
background-color: #9E33BD;
}
</style>
border-color css
<style>
span { border-color: #9E33BD; }
span { border-color: rgb(158,51,189); }
td.TdClassName
{
border-color: #9E33BD;
}
.TagClassName
{
border-color: #9E33BD;
}
</style>