Shades of Dark Orchid #8522B8
Tints of Dark Orchid #8522B8
RGB
CMYK
RGB Variations
Color information
#8522B8 (or 0x8522B8) is known color: Dark Orchid. HEX triplet: 85, 22 and B8. RGB value is (133,34,184). Sum of RGB (Red+Green+Blue) = 133+34+184=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #8522B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522B8 is #7ADD47. Grayscale: #505050. Windows color (decimal): -8052040 or 12067461. OLE color: 12067461.
HSL color Cylindrical-coordinate representation of color #8522B8: hue angle of 279.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8522B8 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 34 | 184 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.28 |
| HSL | 279.6º | 0.69% | 0.43% | - |
| HSV(B) | 279.6º | 0.82% | 0.72% | - |
| XYZ | 18.9 | 9.59 | 46.2 | - |
| YUV | 80.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 184 | 0.28 | 0.82 | 0 | 0.28 | 279.6 | 0.69 | 0.43 |
| Hex | 85 | 22 | B8 | 1C | 52 | 0 | 1C | 118 | 45 | 2B |
| Octal | 205 | 42 | 270 | 34 | 122 | 0 | 34 | 430 | 105 | 53 |
| Binary | 10000101 | 100010 | 10111000 | 11100 | 1010010 | 0 | 11100 | 100011000 | 1000101 | 101011 |
Color Harmonies of #8522B8
Complementary color
Monochromatic Colors of #8522B8
Black with #8522B8
Text Example
Text Example
White with #8522B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522B8; }
p { color: rgb(133,34,184); }
H1.HeaderClassName
{
color: #8522B8;
}
.AnyTagClassName
{
color: #8522B8;
}
</style>
background-color css
<style>
a { background-color: #8522B8; }
a { background-color: rgb(133,34,184); }
div.DivClassName
{
background-color: #8522B8;
}
.BgClassName
{
background-color: #8522B8;
}
</style>
border-color css
<style>
span { border-color: #8522B8; }
span { border-color: rgb(133,34,184); }
td.TdClassName
{
border-color: #8522B8;
}
.TagClassName
{
border-color: #8522B8;
}
</style>