Shades of Dark Orchid #8422B4
Tints of Dark Orchid #8422B4
RGB
CMYK
RGB Variations
Color information
#8422B4 (or 0x8422B4) is known color: Dark Orchid. HEX triplet: 84, 22 and B4. RGB value is (132,34,180). Sum of RGB (Red+Green+Blue) = 132+34+180=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #8422B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8422B4 is #7BDD4B. Grayscale: #4F4F4F. Windows color (decimal): -8117580 or 11805316. OLE color: 11805316.
HSL color Cylindrical-coordinate representation of color #8422B4: hue angle of 280.27º degrees, saturation: 0.68, 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 #8422B4 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 34 | 180 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.29 |
| HSL | 280.27º | 0.68% | 0.42% | - |
| HSV(B) | 280.27º | 0.81% | 0.71% | - |
| XYZ | 18.33 | 9.34 | 44.02 | - |
| YUV | 79.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 180 | 0.27 | 0.81 | 0 | 0.29 | 280.27 | 0.68 | 0.42 |
| Hex | 84 | 22 | B4 | 1B | 51 | 0 | 1D | 118 | 44 | 2A |
| Octal | 204 | 42 | 264 | 33 | 121 | 0 | 35 | 430 | 104 | 52 |
| Binary | 10000100 | 100010 | 10110100 | 11011 | 1010001 | 0 | 11101 | 100011000 | 1000100 | 101010 |
Color Harmonies of #8422B4
Complementary color
Monochromatic Colors of #8422B4
Black with #8422B4
Text Example
Text Example
White with #8422B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8422B4; }
p { color: rgb(132,34,180); }
H1.HeaderClassName
{
color: #8422B4;
}
.AnyTagClassName
{
color: #8422B4;
}
</style>
background-color css
<style>
a { background-color: #8422B4; }
a { background-color: rgb(132,34,180); }
div.DivClassName
{
background-color: #8422B4;
}
.BgClassName
{
background-color: #8422B4;
}
</style>
border-color css
<style>
span { border-color: #8422B4; }
span { border-color: rgb(132,34,180); }
td.TdClassName
{
border-color: #8422B4;
}
.TagClassName
{
border-color: #8422B4;
}
</style>