Shades of Dark Orchid #8527BD
Tints of Dark Orchid #8527BD
RGB
CMYK
RGB Variations
Color information
#8527BD (or 0x8527BD) is known color: Dark Orchid. HEX triplet: 85, 27 and BD. RGB value is (133,39,189). Sum of RGB (Red+Green+Blue) = 133+39+189=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #8527BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8527BD is #7AD842. Grayscale: #535353. Windows color (decimal): -8050755 or 12396421. OLE color: 12396421.
HSL color Cylindrical-coordinate representation of color #8527BD: hue angle of 277.6º 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 #8527BD is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 39 | 189 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.26 |
| HSL | 277.6º | 0.66% | 0.45% | - |
| HSV(B) | 277.6º | 0.79% | 0.74% | - |
| XYZ | 19.58 | 10.11 | 49.06 | - |
| YUV | 84.21 | 187.14 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 189 | 0.30 | 0.79 | 0 | 0.26 | 277.6 | 0.66 | 0.45 |
| Hex | 85 | 27 | BD | 1E | 4F | 0 | 1A | 116 | 42 | 2D |
| Octal | 205 | 47 | 275 | 36 | 117 | 0 | 32 | 426 | 102 | 55 |
| Binary | 10000101 | 100111 | 10111101 | 11110 | 1001111 | 0 | 11010 | 100010110 | 1000010 | 101101 |
Color Harmonies of #8527BD
Complementary color
Monochromatic Colors of #8527BD
Black with #8527BD
Text Example
Text Example
White with #8527BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527BD; }
p { color: rgb(133,39,189); }
H1.HeaderClassName
{
color: #8527BD;
}
.AnyTagClassName
{
color: #8527BD;
}
</style>
background-color css
<style>
a { background-color: #8527BD; }
a { background-color: rgb(133,39,189); }
div.DivClassName
{
background-color: #8527BD;
}
.BgClassName
{
background-color: #8527BD;
}
</style>
border-color css
<style>
span { border-color: #8527BD; }
span { border-color: rgb(133,39,189); }
td.TdClassName
{
border-color: #8527BD;
}
.TagClassName
{
border-color: #8527BD;
}
</style>