Shades of Dark Orchid #8422B6
Tints of Dark Orchid #8422B6
RGB
CMYK
RGB Variations
Color information
#8422B6 (or 0x8422B6) is known color: Dark Orchid. HEX triplet: 84, 22 and B6. RGB value is (132,34,182). Sum of RGB (Red+Green+Blue) = 132+34+182=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 182 (71.48% from 255 or 52.30% from 348); Max value from RGB is 182 - color contains mainly: blue. Hex color #8422B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8422B6 is #7BDD49. Grayscale: #4F4F4F. Windows color (decimal): -8117578 or 11936388. OLE color: 11936388.
HSL color Cylindrical-coordinate representation of color #8422B6: hue angle of 279.73º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8422B6 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 34 | 182 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.29 |
| HSL | 279.73º | 0.69% | 0.42% | - |
| HSV(B) | 279.73º | 0.81% | 0.71% | - |
| XYZ | 18.53 | 9.43 | 45.1 | - |
| YUV | 80.17 | 185.47 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 182 | 0.27 | 0.81 | 0 | 0.29 | 279.73 | 0.69 | 0.42 |
| Hex | 84 | 22 | B6 | 1B | 51 | 0 | 1D | 118 | 45 | 2A |
| Octal | 204 | 42 | 266 | 33 | 121 | 0 | 35 | 430 | 105 | 52 |
| Binary | 10000100 | 100010 | 10110110 | 11011 | 1010001 | 0 | 11101 | 100011000 | 1000101 | 101010 |
Color Harmonies of #8422B6
Complementary color
Monochromatic Colors of #8422B6
Black with #8422B6
Text Example
Text Example
White with #8422B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8422B6; }
p { color: rgb(132,34,182); }
H1.HeaderClassName
{
color: #8422B6;
}
.AnyTagClassName
{
color: #8422B6;
}
</style>
background-color css
<style>
a { background-color: #8422B6; }
a { background-color: rgb(132,34,182); }
div.DivClassName
{
background-color: #8422B6;
}
.BgClassName
{
background-color: #8422B6;
}
</style>
border-color css
<style>
span { border-color: #8422B6; }
span { border-color: rgb(132,34,182); }
td.TdClassName
{
border-color: #8422B6;
}
.TagClassName
{
border-color: #8422B6;
}
</style>