Shades of Dark Orchid #8526BC
Tints of Dark Orchid #8526BC
RGB
CMYK
RGB Variations
Color information
#8526BC (or 0x8526BC) is known color: Dark Orchid. HEX triplet: 85, 26 and BC. RGB value is (133,38,188). Sum of RGB (Red+Green+Blue) = 133+38+188=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #8526BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8526BC is #7AD943. Grayscale: #535353. Windows color (decimal): -8051012 or 12330629. OLE color: 12330629.
HSL color Cylindrical-coordinate representation of color #8526BC: hue angle of 278º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8526BC is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 38 | 188 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.26 |
| HSL | 278º | 0.66% | 0.44% | - |
| HSV(B) | 278º | 0.8% | 0.74% | - |
| XYZ | 19.44 | 10 | 48.48 | - |
| YUV | 83.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 188 | 0.29 | 0.80 | 0 | 0.26 | 278 | 0.66 | 0.44 |
| Hex | 85 | 26 | BC | 1D | 50 | 0 | 1A | 116 | 42 | 2C |
| Octal | 205 | 46 | 274 | 35 | 120 | 0 | 32 | 426 | 102 | 54 |
| Binary | 10000101 | 100110 | 10111100 | 11101 | 1010000 | 0 | 11010 | 100010110 | 1000010 | 101100 |
Color Harmonies of #8526BC
Complementary color
Monochromatic Colors of #8526BC
Black with #8526BC
Text Example
Text Example
White with #8526BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8526BC; }
p { color: rgb(133,38,188); }
H1.HeaderClassName
{
color: #8526BC;
}
.AnyTagClassName
{
color: #8526BC;
}
</style>
background-color css
<style>
a { background-color: #8526BC; }
a { background-color: rgb(133,38,188); }
div.DivClassName
{
background-color: #8526BC;
}
.BgClassName
{
background-color: #8526BC;
}
</style>
border-color css
<style>
span { border-color: #8526BC; }
span { border-color: rgb(133,38,188); }
td.TdClassName
{
border-color: #8526BC;
}
.TagClassName
{
border-color: #8526BC;
}
</style>