Shades of Dark Orchid #8522B7
Tints of Dark Orchid #8522B7
RGB
CMYK
RGB Variations
Color information
#8522B7 (or 0x8522B7) is known color: Dark Orchid. HEX triplet: 85, 22 and B7. RGB value is (133,34,183). Sum of RGB (Red+Green+Blue) = 133+34+183=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #8522B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522B7 is #7ADD48. Grayscale: #505050. Windows color (decimal): -8052041 or 12001925. OLE color: 12001925.
HSL color Cylindrical-coordinate representation of color #8522B7: hue angle of 279.87º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8522B7 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 34 | 183 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.28 |
| HSL | 279.87º | 0.69% | 0.43% | - |
| HSV(B) | 279.87º | 0.81% | 0.72% | - |
| XYZ | 18.79 | 9.55 | 45.65 | - |
| YUV | 80.59 | 185.8 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 183 | 0.27 | 0.81 | 0 | 0.28 | 279.87 | 0.69 | 0.43 |
| Hex | 85 | 22 | B7 | 1B | 51 | 0 | 1C | 118 | 45 | 2B |
| Octal | 205 | 42 | 267 | 33 | 121 | 0 | 34 | 430 | 105 | 53 |
| Binary | 10000101 | 100010 | 10110111 | 11011 | 1010001 | 0 | 11100 | 100011000 | 1000101 | 101011 |
Color Harmonies of #8522B7
Complementary color
Monochromatic Colors of #8522B7
Black with #8522B7
Text Example
Text Example
White with #8522B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522B7; }
p { color: rgb(133,34,183); }
H1.HeaderClassName
{
color: #8522B7;
}
.AnyTagClassName
{
color: #8522B7;
}
</style>
background-color css
<style>
a { background-color: #8522B7; }
a { background-color: rgb(133,34,183); }
div.DivClassName
{
background-color: #8522B7;
}
.BgClassName
{
background-color: #8522B7;
}
</style>
border-color css
<style>
span { border-color: #8522B7; }
span { border-color: rgb(133,34,183); }
td.TdClassName
{
border-color: #8522B7;
}
.TagClassName
{
border-color: #8522B7;
}
</style>