Shades of Dark Orchid #8421BA
Tints of Dark Orchid #8421BA
RGB
CMYK
RGB Variations
Color information
#8421BA (or 0x8421BA) is known color: Dark Orchid. HEX triplet: 84, 21 and BA. RGB value is (132,33,186). Sum of RGB (Red+Green+Blue) = 132+33+186=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #8421BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8421BA is #7BDE45. Grayscale: #4F4F4F. Windows color (decimal): -8117830 or 12198276. OLE color: 12198276.
HSL color Cylindrical-coordinate representation of color #8421BA: hue angle of 278.82º 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 #8421BA is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 33 | 186 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.27 |
| HSL | 278.82º | 0.7% | 0.43% | - |
| HSV(B) | 278.82º | 0.82% | 0.73% | - |
| XYZ | 18.92 | 9.54 | 47.3 | - |
| YUV | 80.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 186 | 0.29 | 0.82 | 0 | 0.27 | 278.82 | 0.7 | 0.43 |
| Hex | 84 | 21 | BA | 1D | 52 | 0 | 1B | 117 | 46 | 2B |
| Octal | 204 | 41 | 272 | 35 | 122 | 0 | 33 | 427 | 106 | 53 |
| Binary | 10000100 | 100001 | 10111010 | 11101 | 1010010 | 0 | 11011 | 100010111 | 1000110 | 101011 |
Color Harmonies of #8421BA
Complementary color
Monochromatic Colors of #8421BA
Black with #8421BA
Text Example
Text Example
White with #8421BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8421BA; }
p { color: rgb(132,33,186); }
H1.HeaderClassName
{
color: #8421BA;
}
.AnyTagClassName
{
color: #8421BA;
}
</style>
background-color css
<style>
a { background-color: #8421BA; }
a { background-color: rgb(132,33,186); }
div.DivClassName
{
background-color: #8421BA;
}
.BgClassName
{
background-color: #8421BA;
}
</style>
border-color css
<style>
span { border-color: #8421BA; }
span { border-color: rgb(132,33,186); }
td.TdClassName
{
border-color: #8421BA;
}
.TagClassName
{
border-color: #8421BA;
}
</style>