Shades of Dark Orchid #8934BD
Tints of Dark Orchid #8934BD
RGB
CMYK
RGB Variations
Color information
#8934BD (or 0x8934BD) is known color: Dark Orchid. HEX triplet: 89, 34 and BD. RGB value is (137,52,189). Sum of RGB (Red+Green+Blue) = 137+52+189=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 52 (20.70% from 255 or 13.76% 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 #8934BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934BD is #76CB42. Grayscale: #5C5C5C. Windows color (decimal): -7785283 or 12399753. OLE color: 12399753.
HSL color Cylindrical-coordinate representation of color #8934BD: hue angle of 277.23º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8934BD is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 52 | 189 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.26 |
| HSL | 277.23º | 0.57% | 0.47% | - |
| HSV(B) | 277.23º | 0.72% | 0.74% | - |
| XYZ | 20.73 | 11.45 | 49.26 | - |
| YUV | 93.03 | 182.16 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 189 | 0.28 | 0.72 | 0 | 0.26 | 277.23 | 0.57 | 0.47 |
| Hex | 89 | 34 | BD | 1C | 48 | 0 | 1A | 115 | 39 | 2F |
| Octal | 211 | 64 | 275 | 34 | 110 | 0 | 32 | 425 | 71 | 57 |
| Binary | 10001001 | 110100 | 10111101 | 11100 | 1001000 | 0 | 11010 | 100010101 | 111001 | 101111 |
Color Harmonies of #8934BD
Complementary color
Monochromatic Colors of #8934BD
Black with #8934BD
Text Example
Text Example
White with #8934BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8934BD; }
p { color: rgb(137,52,189); }
H1.HeaderClassName
{
color: #8934BD;
}
.AnyTagClassName
{
color: #8934BD;
}
</style>
background-color css
<style>
a { background-color: #8934BD; }
a { background-color: rgb(137,52,189); }
div.DivClassName
{
background-color: #8934BD;
}
.BgClassName
{
background-color: #8934BD;
}
</style>
border-color css
<style>
span { border-color: #8934BD; }
span { border-color: rgb(137,52,189); }
td.TdClassName
{
border-color: #8934BD;
}
.TagClassName
{
border-color: #8934BD;
}
</style>