Shades of Dark Orchid #8422B8
Tints of Dark Orchid #8422B8
RGB
CMYK
RGB Variations
Color information
#8422B8 (or 0x8422B8) is known color: Dark Orchid. HEX triplet: 84, 22 and B8. RGB value is (132,34,184). Sum of RGB (Red+Green+Blue) = 132+34+184=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #8422B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8422B8 is #7BDD47. Grayscale: #4F4F4F. Windows color (decimal): -8117576 or 12067460. OLE color: 12067460.
HSL color Cylindrical-coordinate representation of color #8422B8: hue angle of 279.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8422B8 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 34 | 184 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.28 |
| HSL | 279.2º | 0.69% | 0.43% | - |
| HSV(B) | 279.2º | 0.82% | 0.72% | - |
| XYZ | 18.74 | 9.51 | 46.2 | - |
| YUV | 80.4 | 186.47 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 184 | 0.28 | 0.82 | 0 | 0.28 | 279.2 | 0.69 | 0.43 |
| Hex | 84 | 22 | B8 | 1C | 52 | 0 | 1C | 117 | 45 | 2B |
| Octal | 204 | 42 | 270 | 34 | 122 | 0 | 34 | 427 | 105 | 53 |
| Binary | 10000100 | 100010 | 10111000 | 11100 | 1010010 | 0 | 11100 | 100010111 | 1000101 | 101011 |
Color Harmonies of #8422B8
Complementary color
Monochromatic Colors of #8422B8
Black with #8422B8
Text Example
Text Example
White with #8422B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8422B8; }
p { color: rgb(132,34,184); }
H1.HeaderClassName
{
color: #8422B8;
}
.AnyTagClassName
{
color: #8422B8;
}
</style>
background-color css
<style>
a { background-color: #8422B8; }
a { background-color: rgb(132,34,184); }
div.DivClassName
{
background-color: #8422B8;
}
.BgClassName
{
background-color: #8422B8;
}
</style>
border-color css
<style>
span { border-color: #8422B8; }
span { border-color: rgb(132,34,184); }
td.TdClassName
{
border-color: #8422B8;
}
.TagClassName
{
border-color: #8422B8;
}
</style>