Shades of Dark Orchid #8527BC
Tints of Dark Orchid #8527BC
RGB
CMYK
RGB Variations
Color information
#8527BC (or 0x8527BC) is known color: Dark Orchid. HEX triplet: 85, 27 and BC. RGB value is (133,39,188). Sum of RGB (Red+Green+Blue) = 133+39+188=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #8527BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8527BC is #7AD843. Grayscale: #535353. Windows color (decimal): -8050756 or 12330885. OLE color: 12330885.
HSL color Cylindrical-coordinate representation of color #8527BC: hue angle of 277.85º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8527BC is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 39 | 188 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.26 |
| HSL | 277.85º | 0.66% | 0.45% | - |
| HSV(B) | 277.85º | 0.79% | 0.74% | - |
| XYZ | 19.48 | 10.07 | 48.49 | - |
| YUV | 84.09 | 186.64 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 188 | 0.29 | 0.79 | 0 | 0.26 | 277.85 | 0.66 | 0.45 |
| Hex | 85 | 27 | BC | 1D | 4F | 0 | 1A | 116 | 42 | 2D |
| Octal | 205 | 47 | 274 | 35 | 117 | 0 | 32 | 426 | 102 | 55 |
| Binary | 10000101 | 100111 | 10111100 | 11101 | 1001111 | 0 | 11010 | 100010110 | 1000010 | 101101 |
Color Harmonies of #8527BC
Complementary color
Monochromatic Colors of #8527BC
Black with #8527BC
Text Example
Text Example
White with #8527BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527BC; }
p { color: rgb(133,39,188); }
H1.HeaderClassName
{
color: #8527BC;
}
.AnyTagClassName
{
color: #8527BC;
}
</style>
background-color css
<style>
a { background-color: #8527BC; }
a { background-color: rgb(133,39,188); }
div.DivClassName
{
background-color: #8527BC;
}
.BgClassName
{
background-color: #8527BC;
}
</style>
border-color css
<style>
span { border-color: #8527BC; }
span { border-color: rgb(133,39,188); }
td.TdClassName
{
border-color: #8527BC;
}
.TagClassName
{
border-color: #8527BC;
}
</style>