Shades of Dark Orchid #8934BA
Tints of Dark Orchid #8934BA
RGB
CMYK
RGB Variations
Color information
#8934BA (or 0x8934BA) is known color: Dark Orchid. HEX triplet: 89, 34 and BA. RGB value is (137,52,186). Sum of RGB (Red+Green+Blue) = 137+52+186=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #8934BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934BA is #76CB45. Grayscale: #5C5C5C. Windows color (decimal): -7785286 or 12203145. OLE color: 12203145.
HSL color Cylindrical-coordinate representation of color #8934BA: hue angle of 278.06º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8934BA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 52 | 186 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.27 |
| HSL | 278.06º | 0.56% | 0.47% | - |
| HSV(B) | 278.06º | 0.72% | 0.73% | - |
| XYZ | 20.41 | 11.32 | 47.56 | - |
| YUV | 92.69 | 180.66 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 186 | 0.26 | 0.72 | 0 | 0.27 | 278.06 | 0.56 | 0.47 |
| Hex | 89 | 34 | BA | 1A | 48 | 0 | 1B | 116 | 38 | 2F |
| Octal | 211 | 64 | 272 | 32 | 110 | 0 | 33 | 426 | 70 | 57 |
| Binary | 10001001 | 110100 | 10111010 | 11010 | 1001000 | 0 | 11011 | 100010110 | 111000 | 101111 |
Color Harmonies of #8934BA
Complementary color
Monochromatic Colors of #8934BA
Black with #8934BA
Text Example
Text Example
White with #8934BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8934BA; }
p { color: rgb(137,52,186); }
H1.HeaderClassName
{
color: #8934BA;
}
.AnyTagClassName
{
color: #8934BA;
}
</style>
background-color css
<style>
a { background-color: #8934BA; }
a { background-color: rgb(137,52,186); }
div.DivClassName
{
background-color: #8934BA;
}
.BgClassName
{
background-color: #8934BA;
}
</style>
border-color css
<style>
span { border-color: #8934BA; }
span { border-color: rgb(137,52,186); }
td.TdClassName
{
border-color: #8934BA;
}
.TagClassName
{
border-color: #8934BA;
}
</style>