Shades of Dark Orchid #8534BA
Tints of Dark Orchid #8534BA
RGB
CMYK
RGB Variations
Color information
#8534BA (or 0x8534BA) is known color: Dark Orchid. HEX triplet: 85, 34 and BA. RGB value is (133,52,186). Sum of RGB (Red+Green+Blue) = 133+52+186=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #8534BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8534BA is #7ACB45. Grayscale: #5B5B5B. Windows color (decimal): -8047430 or 12203141. OLE color: 12203141.
HSL color Cylindrical-coordinate representation of color #8534BA: hue angle of 276.27º 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 #8534BA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 52 | 186 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.27 |
| HSL | 276.27º | 0.56% | 0.47% | - |
| HSV(B) | 276.27º | 0.72% | 0.73% | - |
| XYZ | 19.76 | 10.99 | 47.53 | - |
| YUV | 91.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 186 | 0.28 | 0.72 | 0 | 0.27 | 276.27 | 0.56 | 0.47 |
| Hex | 85 | 34 | BA | 1C | 48 | 0 | 1B | 114 | 38 | 2F |
| Octal | 205 | 64 | 272 | 34 | 110 | 0 | 33 | 424 | 70 | 57 |
| Binary | 10000101 | 110100 | 10111010 | 11100 | 1001000 | 0 | 11011 | 100010100 | 111000 | 101111 |
Color Harmonies of #8534BA
Complementary color
Monochromatic Colors of #8534BA
Black with #8534BA
Text Example
Text Example
White with #8534BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8534BA; }
p { color: rgb(133,52,186); }
H1.HeaderClassName
{
color: #8534BA;
}
.AnyTagClassName
{
color: #8534BA;
}
</style>
background-color css
<style>
a { background-color: #8534BA; }
a { background-color: rgb(133,52,186); }
div.DivClassName
{
background-color: #8534BA;
}
.BgClassName
{
background-color: #8534BA;
}
</style>
border-color css
<style>
span { border-color: #8534BA; }
span { border-color: rgb(133,52,186); }
td.TdClassName
{
border-color: #8534BA;
}
.TagClassName
{
border-color: #8534BA;
}
</style>