Shades of Dark Orchid #8526BA
Tints of Dark Orchid #8526BA
RGB
CMYK
RGB Variations
Color information
#8526BA (or 0x8526BA) is known color: Dark Orchid. HEX triplet: 85, 26 and BA. RGB value is (133,38,186). Sum of RGB (Red+Green+Blue) = 133+38+186=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #8526BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8526BA is #7AD945. Grayscale: #525252. Windows color (decimal): -8051014 or 12199557. OLE color: 12199557.
HSL color Cylindrical-coordinate representation of color #8526BA: hue angle of 278.51º degrees, saturation: 0.66, 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 #8526BA is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 38 | 186 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.27 |
| HSL | 278.51º | 0.66% | 0.44% | - |
| HSV(B) | 278.51º | 0.8% | 0.73% | - |
| XYZ | 19.23 | 9.92 | 47.36 | - |
| YUV | 83.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 186 | 0.28 | 0.80 | 0 | 0.27 | 278.51 | 0.66 | 0.44 |
| Hex | 85 | 26 | BA | 1C | 50 | 0 | 1B | 117 | 42 | 2C |
| Octal | 205 | 46 | 272 | 34 | 120 | 0 | 33 | 427 | 102 | 54 |
| Binary | 10000101 | 100110 | 10111010 | 11100 | 1010000 | 0 | 11011 | 100010111 | 1000010 | 101100 |
Color Harmonies of #8526BA
Complementary color
Monochromatic Colors of #8526BA
Black with #8526BA
Text Example
Text Example
White with #8526BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8526BA; }
p { color: rgb(133,38,186); }
H1.HeaderClassName
{
color: #8526BA;
}
.AnyTagClassName
{
color: #8526BA;
}
</style>
background-color css
<style>
a { background-color: #8526BA; }
a { background-color: rgb(133,38,186); }
div.DivClassName
{
background-color: #8526BA;
}
.BgClassName
{
background-color: #8526BA;
}
</style>
border-color css
<style>
span { border-color: #8526BA; }
span { border-color: rgb(133,38,186); }
td.TdClassName
{
border-color: #8526BA;
}
.TagClassName
{
border-color: #8526BA;
}
</style>