Shades of Dark Orchid #8621BA
Tints of Dark Orchid #8621BA
RGB
CMYK
RGB Variations
Color information
#8621BA (or 0x8621BA) is known color: Dark Orchid. HEX triplet: 86, 21 and BA. RGB value is (134,33,186). Sum of RGB (Red+Green+Blue) = 134+33+186=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #8621BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8621BA is #79DE45. Grayscale: #505050. Windows color (decimal): -7986758 or 12198278. OLE color: 12198278.
HSL color Cylindrical-coordinate representation of color #8621BA: hue angle of 279.61º degrees, saturation: 0.7, 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 #8621BA is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 33 | 186 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.27 |
| HSL | 279.61º | 0.7% | 0.43% | - |
| HSV(B) | 279.61º | 0.82% | 0.73% | - |
| XYZ | 19.24 | 9.7 | 47.31 | - |
| YUV | 80.64 | 187.46 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 186 | 0.28 | 0.82 | 0 | 0.27 | 279.61 | 0.7 | 0.43 |
| Hex | 86 | 21 | BA | 1C | 52 | 0 | 1B | 118 | 46 | 2B |
| Octal | 206 | 41 | 272 | 34 | 122 | 0 | 33 | 430 | 106 | 53 |
| Binary | 10000110 | 100001 | 10111010 | 11100 | 1010010 | 0 | 11011 | 100011000 | 1000110 | 101011 |
Color Harmonies of #8621BA
Complementary color
Monochromatic Colors of #8621BA
Black with #8621BA
Text Example
Text Example
White with #8621BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8621BA; }
p { color: rgb(134,33,186); }
H1.HeaderClassName
{
color: #8621BA;
}
.AnyTagClassName
{
color: #8621BA;
}
</style>
background-color css
<style>
a { background-color: #8621BA; }
a { background-color: rgb(134,33,186); }
div.DivClassName
{
background-color: #8621BA;
}
.BgClassName
{
background-color: #8621BA;
}
</style>
border-color css
<style>
span { border-color: #8621BA; }
span { border-color: rgb(134,33,186); }
td.TdClassName
{
border-color: #8621BA;
}
.TagClassName
{
border-color: #8621BA;
}
</style>