Shades of Dark Orchid #8935BA
Tints of Dark Orchid #8935BA
RGB
CMYK
RGB Variations
Color information
#8935BA (or 0x8935BA) is known color: Dark Orchid. HEX triplet: 89, 35 and BA. RGB value is (137,53,186). Sum of RGB (Red+Green+Blue) = 137+53+186=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #8935BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8935BA is #76CA45. Grayscale: #5C5C5C. Windows color (decimal): -7785030 or 12203401. OLE color: 12203401.
HSL color Cylindrical-coordinate representation of color #8935BA: hue angle of 277.89º 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 #8935BA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 53 | 186 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.27 |
| HSL | 277.89º | 0.56% | 0.47% | - |
| HSV(B) | 277.89º | 0.72% | 0.73% | - |
| XYZ | 20.45 | 11.41 | 47.58 | - |
| YUV | 93.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 186 | 0.26 | 0.72 | 0 | 0.27 | 277.89 | 0.56 | 0.47 |
| Hex | 89 | 35 | BA | 1A | 48 | 0 | 1B | 116 | 38 | 2F |
| Octal | 211 | 65 | 272 | 32 | 110 | 0 | 33 | 426 | 70 | 57 |
| Binary | 10001001 | 110101 | 10111010 | 11010 | 1001000 | 0 | 11011 | 100010110 | 111000 | 101111 |
Color Harmonies of #8935BA
Complementary color
Monochromatic Colors of #8935BA
Black with #8935BA
Text Example
Text Example
White with #8935BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8935BA; }
p { color: rgb(137,53,186); }
H1.HeaderClassName
{
color: #8935BA;
}
.AnyTagClassName
{
color: #8935BA;
}
</style>
background-color css
<style>
a { background-color: #8935BA; }
a { background-color: rgb(137,53,186); }
div.DivClassName
{
background-color: #8935BA;
}
.BgClassName
{
background-color: #8935BA;
}
</style>
border-color css
<style>
span { border-color: #8935BA; }
span { border-color: rgb(137,53,186); }
td.TdClassName
{
border-color: #8935BA;
}
.TagClassName
{
border-color: #8935BA;
}
</style>