Shades of Dark Orchid #8932BD
Tints of Dark Orchid #8932BD
RGB
CMYK
RGB Variations
Color information
#8932BD (or 0x8932BD) is known color: Dark Orchid. HEX triplet: 89, 32 and BD. RGB value is (137,50,189). Sum of RGB (Red+Green+Blue) = 137+50+189=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #8932BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8932BD is #76CD42. Grayscale: #5B5B5B. Windows color (decimal): -7785795 or 12399241. OLE color: 12399241.
HSL color Cylindrical-coordinate representation of color #8932BD: hue angle of 277.55º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8932BD is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 50 | 189 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.26 |
| HSL | 277.55º | 0.58% | 0.47% | - |
| HSV(B) | 277.55º | 0.74% | 0.74% | - |
| XYZ | 20.64 | 11.27 | 49.23 | - |
| YUV | 91.86 | 182.82 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 189 | 0.28 | 0.74 | 0 | 0.26 | 277.55 | 0.58 | 0.47 |
| Hex | 89 | 32 | BD | 1C | 4A | 0 | 1A | 116 | 3A | 2F |
| Octal | 211 | 62 | 275 | 34 | 112 | 0 | 32 | 426 | 72 | 57 |
| Binary | 10001001 | 110010 | 10111101 | 11100 | 1001010 | 0 | 11010 | 100010110 | 111010 | 101111 |
Color Harmonies of #8932BD
Complementary color
Monochromatic Colors of #8932BD
Black with #8932BD
Text Example
Text Example
White with #8932BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8932BD; }
p { color: rgb(137,50,189); }
H1.HeaderClassName
{
color: #8932BD;
}
.AnyTagClassName
{
color: #8932BD;
}
</style>
background-color css
<style>
a { background-color: #8932BD; }
a { background-color: rgb(137,50,189); }
div.DivClassName
{
background-color: #8932BD;
}
.BgClassName
{
background-color: #8932BD;
}
</style>
border-color css
<style>
span { border-color: #8932BD; }
span { border-color: rgb(137,50,189); }
td.TdClassName
{
border-color: #8932BD;
}
.TagClassName
{
border-color: #8932BD;
}
</style>