Shades of Dark Orchid #8522BF
Tints of Dark Orchid #8522BF
RGB
CMYK
RGB Variations
Color information
#8522BF (or 0x8522BF) is known color: Dark Orchid. HEX triplet: 85, 22 and BF. RGB value is (133,34,191). Sum of RGB (Red+Green+Blue) = 133+34+191=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #8522BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522BF is #7ADD40. Grayscale: #505050. Windows color (decimal): -8052033 or 12526213. OLE color: 12526213.
HSL color Cylindrical-coordinate representation of color #8522BF: hue angle of 277.83º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8522BF is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 34 | 191 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.25 |
| HSL | 277.83º | 0.7% | 0.44% | - |
| HSV(B) | 277.83º | 0.82% | 0.75% | - |
| XYZ | 19.65 | 9.89 | 50.16 | - |
| YUV | 81.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 191 | 0.30 | 0.82 | 0 | 0.25 | 277.83 | 0.7 | 0.44 |
| Hex | 85 | 22 | BF | 1E | 52 | 0 | 19 | 116 | 46 | 2C |
| Octal | 205 | 42 | 277 | 36 | 122 | 0 | 31 | 426 | 106 | 54 |
| Binary | 10000101 | 100010 | 10111111 | 11110 | 1010010 | 0 | 11001 | 100010110 | 1000110 | 101100 |
Color Harmonies of #8522BF
Complementary color
Monochromatic Colors of #8522BF
Black with #8522BF
Text Example
Text Example
White with #8522BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522BF; }
p { color: rgb(133,34,191); }
H1.HeaderClassName
{
color: #8522BF;
}
.AnyTagClassName
{
color: #8522BF;
}
</style>
background-color css
<style>
a { background-color: #8522BF; }
a { background-color: rgb(133,34,191); }
div.DivClassName
{
background-color: #8522BF;
}
.BgClassName
{
background-color: #8522BF;
}
</style>
border-color css
<style>
span { border-color: #8522BF; }
span { border-color: rgb(133,34,191); }
td.TdClassName
{
border-color: #8522BF;
}
.TagClassName
{
border-color: #8522BF;
}
</style>