Shades of Dark Orchid #8418BA
Tints of Dark Orchid #8418BA
RGB
CMYK
RGB Variations
Color information
#8418BA (or 0x8418BA) is known color: Dark Orchid. HEX triplet: 84, 18 and BA. RGB value is (132,24,186). Sum of RGB (Red+Green+Blue) = 132+24+186=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #8418BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8418BA is #7BE745. Grayscale: #4A4A4A. Windows color (decimal): -8120134 or 12195972. OLE color: 12195972.
HSL color Cylindrical-coordinate representation of color #8418BA: hue angle of 280º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8418BA is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 24 | 186 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.27 |
| HSL | 280º | 0.77% | 0.41% | - |
| HSV(B) | 280º | 0.87% | 0.73% | - |
| XYZ | 18.71 | 9.1 | 47.23 | - |
| YUV | 74.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 186 | 0.29 | 0.87 | 0 | 0.27 | 280 | 0.77 | 0.41 |
| Hex | 84 | 18 | BA | 1D | 57 | 0 | 1B | 118 | 4D | 29 |
| Octal | 204 | 30 | 272 | 35 | 127 | 0 | 33 | 430 | 115 | 51 |
| Binary | 10000100 | 11000 | 10111010 | 11101 | 1010111 | 0 | 11011 | 100011000 | 1001101 | 101001 |
Color Harmonies of #8418BA
Complementary color
Monochromatic Colors of #8418BA
Black with #8418BA
Text Example
Text Example
White with #8418BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8418BA; }
p { color: rgb(132,24,186); }
H1.HeaderClassName
{
color: #8418BA;
}
.AnyTagClassName
{
color: #8418BA;
}
</style>
background-color css
<style>
a { background-color: #8418BA; }
a { background-color: rgb(132,24,186); }
div.DivClassName
{
background-color: #8418BA;
}
.BgClassName
{
background-color: #8418BA;
}
</style>
border-color css
<style>
span { border-color: #8418BA; }
span { border-color: rgb(132,24,186); }
td.TdClassName
{
border-color: #8418BA;
}
.TagClassName
{
border-color: #8418BA;
}
</style>