Shades of Dark Orchid #8524B7
Tints of Dark Orchid #8524B7
RGB
CMYK
RGB Variations
Color information
#8524B7 (or 0x8524B7) is known color: Dark Orchid. HEX triplet: 85, 24 and B7. RGB value is (133,36,183). Sum of RGB (Red+Green+Blue) = 133+36+183=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #8524B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8524B7 is #7ADB48. Grayscale: #515151. Windows color (decimal): -8051529 or 12002437. OLE color: 12002437.
HSL color Cylindrical-coordinate representation of color #8524B7: hue angle of 279.59º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8524B7 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 36 | 183 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.28 |
| HSL | 279.59º | 0.67% | 0.43% | - |
| HSV(B) | 279.59º | 0.8% | 0.72% | - |
| XYZ | 18.85 | 9.67 | 45.67 | - |
| YUV | 81.76 | 185.14 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 183 | 0.27 | 0.80 | 0 | 0.28 | 279.59 | 0.67 | 0.43 |
| Hex | 85 | 24 | B7 | 1B | 50 | 0 | 1C | 118 | 43 | 2B |
| Octal | 205 | 44 | 267 | 33 | 120 | 0 | 34 | 430 | 103 | 53 |
| Binary | 10000101 | 100100 | 10110111 | 11011 | 1010000 | 0 | 11100 | 100011000 | 1000011 | 101011 |
Color Harmonies of #8524B7
Complementary color
Monochromatic Colors of #8524B7
Black with #8524B7
Text Example
Text Example
White with #8524B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8524B7; }
p { color: rgb(133,36,183); }
H1.HeaderClassName
{
color: #8524B7;
}
.AnyTagClassName
{
color: #8524B7;
}
</style>
background-color css
<style>
a { background-color: #8524B7; }
a { background-color: rgb(133,36,183); }
div.DivClassName
{
background-color: #8524B7;
}
.BgClassName
{
background-color: #8524B7;
}
</style>
border-color css
<style>
span { border-color: #8524B7; }
span { border-color: rgb(133,36,183); }
td.TdClassName
{
border-color: #8524B7;
}
.TagClassName
{
border-color: #8524B7;
}
</style>