Shades of Dark Orchid #8722BA
Tints of Dark Orchid #8722BA
RGB
CMYK
RGB Variations
Color information
#8722BA (or 0x8722BA) is known color: Dark Orchid. HEX triplet: 87, 22 and BA. RGB value is (135,34,186). Sum of RGB (Red+Green+Blue) = 135+34+186=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #8722BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8722BA is #78DD45. Grayscale: #515151. Windows color (decimal): -7920966 or 12198535. OLE color: 12198535.
HSL color Cylindrical-coordinate representation of color #8722BA: hue angle of 279.87º 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 #8722BA is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 34 | 186 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.27 |
| HSL | 279.87º | 0.69% | 0.43% | - |
| HSV(B) | 279.87º | 0.82% | 0.73% | - |
| XYZ | 19.43 | 9.84 | 47.33 | - |
| YUV | 81.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 186 | 0.27 | 0.82 | 0 | 0.27 | 279.87 | 0.69 | 0.43 |
| Hex | 87 | 22 | BA | 1B | 52 | 0 | 1B | 118 | 45 | 2B |
| Octal | 207 | 42 | 272 | 33 | 122 | 0 | 33 | 430 | 105 | 53 |
| Binary | 10000111 | 100010 | 10111010 | 11011 | 1010010 | 0 | 11011 | 100011000 | 1000101 | 101011 |
Color Harmonies of #8722BA
Complementary color
Monochromatic Colors of #8722BA
Black with #8722BA
Text Example
Text Example
White with #8722BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8722BA; }
p { color: rgb(135,34,186); }
H1.HeaderClassName
{
color: #8722BA;
}
.AnyTagClassName
{
color: #8722BA;
}
</style>
background-color css
<style>
a { background-color: #8722BA; }
a { background-color: rgb(135,34,186); }
div.DivClassName
{
background-color: #8722BA;
}
.BgClassName
{
background-color: #8722BA;
}
</style>
border-color css
<style>
span { border-color: #8722BA; }
span { border-color: rgb(135,34,186); }
td.TdClassName
{
border-color: #8722BA;
}
.TagClassName
{
border-color: #8722BA;
}
</style>