Shades of Dark Orchid #8622BA
Tints of Dark Orchid #8622BA
RGB
CMYK
RGB Variations
Color information
#8622BA (or 0x8622BA) is known color: Dark Orchid. HEX triplet: 86, 22 and BA. RGB value is (134,34,186). Sum of RGB (Red+Green+Blue) = 134+34+186=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #8622BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8622BA is #79DD45. Grayscale: #505050. Windows color (decimal): -7986502 or 12198534. OLE color: 12198534.
HSL color Cylindrical-coordinate representation of color #8622BA: hue angle of 279.47º 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 #8622BA is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 34 | 186 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.27 |
| HSL | 279.47º | 0.69% | 0.43% | - |
| HSV(B) | 279.47º | 0.82% | 0.73% | - |
| XYZ | 19.27 | 9.76 | 47.32 | - |
| YUV | 81.23 | 187.13 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 186 | 0.28 | 0.82 | 0 | 0.27 | 279.47 | 0.69 | 0.43 |
| Hex | 86 | 22 | BA | 1C | 52 | 0 | 1B | 117 | 45 | 2B |
| Octal | 206 | 42 | 272 | 34 | 122 | 0 | 33 | 427 | 105 | 53 |
| Binary | 10000110 | 100010 | 10111010 | 11100 | 1010010 | 0 | 11011 | 100010111 | 1000101 | 101011 |
Color Harmonies of #8622BA
Complementary color
Monochromatic Colors of #8622BA
Black with #8622BA
Text Example
Text Example
White with #8622BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8622BA; }
p { color: rgb(134,34,186); }
H1.HeaderClassName
{
color: #8622BA;
}
.AnyTagClassName
{
color: #8622BA;
}
</style>
background-color css
<style>
a { background-color: #8622BA; }
a { background-color: rgb(134,34,186); }
div.DivClassName
{
background-color: #8622BA;
}
.BgClassName
{
background-color: #8622BA;
}
</style>
border-color css
<style>
span { border-color: #8622BA; }
span { border-color: rgb(134,34,186); }
td.TdClassName
{
border-color: #8622BA;
}
.TagClassName
{
border-color: #8622BA;
}
</style>