Shades of Dark Orchid #8424B4
Tints of Dark Orchid #8424B4
RGB
CMYK
RGB Variations
Color information
#8424B4 (or 0x8424B4) is known color: Dark Orchid. HEX triplet: 84, 24 and B4. RGB value is (132,36,180). Sum of RGB (Red+Green+Blue) = 132+36+180=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #8424B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424B4 is #7BDB4B. Grayscale: #505050. Windows color (decimal): -8117068 or 11805828. OLE color: 11805828.
HSL color Cylindrical-coordinate representation of color #8424B4: hue angle of 280º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8424B4 is Cyan = 0.27, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 36 | 180 | - |
| CMYK | 0.27 | 0.8 | 0 | 0.29 |
| HSL | 280º | 0.67% | 0.42% | - |
| HSV(B) | 280º | 0.8% | 0.71% | - |
| XYZ | 18.38 | 9.46 | 44.04 | - |
| YUV | 81.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 180 | 0.27 | 0.8 | 0 | 0.29 | 280 | 0.67 | 0.42 |
| Hex | 84 | 24 | B4 | 1B | 50 | 0 | 1D | 118 | 43 | 2A |
| Octal | 204 | 44 | 264 | 33 | 120 | 0 | 35 | 430 | 103 | 52 |
| Binary | 10000100 | 100100 | 10110100 | 11011 | 1010000 | 0 | 11101 | 100011000 | 1000011 | 101010 |
Color Harmonies of #8424B4
Complementary color
Monochromatic Colors of #8424B4
Black with #8424B4
Text Example
Text Example
White with #8424B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8424B4; }
p { color: rgb(132,36,180); }
H1.HeaderClassName
{
color: #8424B4;
}
.AnyTagClassName
{
color: #8424B4;
}
</style>
background-color css
<style>
a { background-color: #8424B4; }
a { background-color: rgb(132,36,180); }
div.DivClassName
{
background-color: #8424B4;
}
.BgClassName
{
background-color: #8424B4;
}
</style>
border-color css
<style>
span { border-color: #8424B4; }
span { border-color: rgb(132,36,180); }
td.TdClassName
{
border-color: #8424B4;
}
.TagClassName
{
border-color: #8424B4;
}
</style>