Shades of Dark Orchid #8422BA
Tints of Dark Orchid #8422BA
RGB
CMYK
RGB Variations
Color information
#8422BA (or 0x8422BA) is known color: Dark Orchid. HEX triplet: 84, 22 and BA. RGB value is (132,34,186). Sum of RGB (Red+Green+Blue) = 132+34+186=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #8422BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8422BA is #7BDD45. Grayscale: #505050. Windows color (decimal): -8117574 or 12198532. OLE color: 12198532.
HSL color Cylindrical-coordinate representation of color #8422BA: hue angle of 278.68º 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 #8422BA is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 34 | 186 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.27 |
| HSL | 278.68º | 0.69% | 0.43% | - |
| HSV(B) | 278.68º | 0.82% | 0.73% | - |
| XYZ | 18.95 | 9.59 | 47.31 | - |
| YUV | 80.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 186 | 0.29 | 0.82 | 0 | 0.27 | 278.68 | 0.69 | 0.43 |
| Hex | 84 | 22 | BA | 1D | 52 | 0 | 1B | 117 | 45 | 2B |
| Octal | 204 | 42 | 272 | 35 | 122 | 0 | 33 | 427 | 105 | 53 |
| Binary | 10000100 | 100010 | 10111010 | 11101 | 1010010 | 0 | 11011 | 100010111 | 1000101 | 101011 |
Color Harmonies of #8422BA
Complementary color
Monochromatic Colors of #8422BA
Black with #8422BA
Text Example
Text Example
White with #8422BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8422BA; }
p { color: rgb(132,34,186); }
H1.HeaderClassName
{
color: #8422BA;
}
.AnyTagClassName
{
color: #8422BA;
}
</style>
background-color css
<style>
a { background-color: #8422BA; }
a { background-color: rgb(132,34,186); }
div.DivClassName
{
background-color: #8422BA;
}
.BgClassName
{
background-color: #8422BA;
}
</style>
border-color css
<style>
span { border-color: #8422BA; }
span { border-color: rgb(132,34,186); }
td.TdClassName
{
border-color: #8422BA;
}
.TagClassName
{
border-color: #8422BA;
}
</style>