Shades of Dark Orchid #8522BB
Tints of Dark Orchid #8522BB
RGB
CMYK
RGB Variations
Color information
#8522BB (or 0x8522BB) is known color: Dark Orchid. HEX triplet: 85, 22 and BB. RGB value is (133,34,187). Sum of RGB (Red+Green+Blue) = 133+34+187=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #8522BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522BB is #7ADD44. Grayscale: #505050. Windows color (decimal): -8052037 or 12264069. OLE color: 12264069.
HSL color Cylindrical-coordinate representation of color #8522BB: hue angle of 278.82º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8522BB is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 34 | 187 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.27 |
| HSL | 278.82º | 0.69% | 0.43% | - |
| HSV(B) | 278.82º | 0.82% | 0.73% | - |
| XYZ | 19.21 | 9.72 | 47.88 | - |
| YUV | 81.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 187 | 0.29 | 0.82 | 0 | 0.27 | 278.82 | 0.69 | 0.43 |
| Hex | 85 | 22 | BB | 1D | 52 | 0 | 1B | 117 | 45 | 2B |
| Octal | 205 | 42 | 273 | 35 | 122 | 0 | 33 | 427 | 105 | 53 |
| Binary | 10000101 | 100010 | 10111011 | 11101 | 1010010 | 0 | 11011 | 100010111 | 1000101 | 101011 |
Color Harmonies of #8522BB
Complementary color
Monochromatic Colors of #8522BB
Black with #8522BB
Text Example
Text Example
White with #8522BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522BB; }
p { color: rgb(133,34,187); }
H1.HeaderClassName
{
color: #8522BB;
}
.AnyTagClassName
{
color: #8522BB;
}
</style>
background-color css
<style>
a { background-color: #8522BB; }
a { background-color: rgb(133,34,187); }
div.DivClassName
{
background-color: #8522BB;
}
.BgClassName
{
background-color: #8522BB;
}
</style>
border-color css
<style>
span { border-color: #8522BB; }
span { border-color: rgb(133,34,187); }
td.TdClassName
{
border-color: #8522BB;
}
.TagClassName
{
border-color: #8522BB;
}
</style>