Shades of Dark Orchid #8525BA
Tints of Dark Orchid #8525BA
RGB
CMYK
RGB Variations
Color information
#8525BA (or 0x8525BA) is known color: Dark Orchid. HEX triplet: 85, 25 and BA. RGB value is (133,37,186). Sum of RGB (Red+Green+Blue) = 133+37+186=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #8525BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8525BA is #7ADA45. Grayscale: #525252. Windows color (decimal): -8051270 or 12199301. OLE color: 12199301.
HSL color Cylindrical-coordinate representation of color #8525BA: hue angle of 278.66º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8525BA is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 37 | 186 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.27 |
| HSL | 278.66º | 0.67% | 0.44% | - |
| HSV(B) | 278.66º | 0.8% | 0.73% | - |
| XYZ | 19.2 | 9.85 | 47.34 | - |
| YUV | 82.69 | 186.3 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 186 | 0.28 | 0.80 | 0 | 0.27 | 278.66 | 0.67 | 0.44 |
| Hex | 85 | 25 | BA | 1C | 50 | 0 | 1B | 117 | 43 | 2C |
| Octal | 205 | 45 | 272 | 34 | 120 | 0 | 33 | 427 | 103 | 54 |
| Binary | 10000101 | 100101 | 10111010 | 11100 | 1010000 | 0 | 11011 | 100010111 | 1000011 | 101100 |
Color Harmonies of #8525BA
Complementary color
Monochromatic Colors of #8525BA
Black with #8525BA
Text Example
Text Example
White with #8525BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525BA; }
p { color: rgb(133,37,186); }
H1.HeaderClassName
{
color: #8525BA;
}
.AnyTagClassName
{
color: #8525BA;
}
</style>
background-color css
<style>
a { background-color: #8525BA; }
a { background-color: rgb(133,37,186); }
div.DivClassName
{
background-color: #8525BA;
}
.BgClassName
{
background-color: #8525BA;
}
</style>
border-color css
<style>
span { border-color: #8525BA; }
span { border-color: rgb(133,37,186); }
td.TdClassName
{
border-color: #8525BA;
}
.TagClassName
{
border-color: #8525BA;
}
</style>