Shades of Dark Orchid #8527B2
Tints of Dark Orchid #8527B2
RGB
CMYK
RGB Variations
Color information
#8527B2 (or 0x8527B2) is known color: Dark Orchid. HEX triplet: 85, 27 and B2. RGB value is (133,39,178). Sum of RGB (Red+Green+Blue) = 133+39+178=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #8527B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8527B2 is #7AD84D. Grayscale: #525252. Windows color (decimal): -8050766 or 11675525. OLE color: 11675525.
HSL color Cylindrical-coordinate representation of color #8527B2: hue angle of 280.58º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8527B2 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 39 | 178 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.30 |
| HSL | 280.58º | 0.64% | 0.43% | - |
| HSV(B) | 280.58º | 0.78% | 0.7% | - |
| XYZ | 18.43 | 9.65 | 43.01 | - |
| YUV | 82.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 178 | 0.25 | 0.78 | 0 | 0.30 | 280.58 | 0.64 | 0.43 |
| Hex | 85 | 27 | B2 | 19 | 4E | 0 | 1E | 119 | 40 | 2B |
| Octal | 205 | 47 | 262 | 31 | 116 | 0 | 36 | 431 | 100 | 53 |
| Binary | 10000101 | 100111 | 10110010 | 11001 | 1001110 | 0 | 11110 | 100011001 | 1000000 | 101011 |
Color Harmonies of #8527B2
Complementary color
Monochromatic Colors of #8527B2
Black with #8527B2
Text Example
Text Example
White with #8527B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527B2; }
p { color: rgb(133,39,178); }
H1.HeaderClassName
{
color: #8527B2;
}
.AnyTagClassName
{
color: #8527B2;
}
</style>
background-color css
<style>
a { background-color: #8527B2; }
a { background-color: rgb(133,39,178); }
div.DivClassName
{
background-color: #8527B2;
}
.BgClassName
{
background-color: #8527B2;
}
</style>
border-color css
<style>
span { border-color: #8527B2; }
span { border-color: rgb(133,39,178); }
td.TdClassName
{
border-color: #8527B2;
}
.TagClassName
{
border-color: #8527B2;
}
</style>