Shades of Dark Orchid #8118BA
Tints of Dark Orchid #8118BA
RGB
CMYK
RGB Variations
Color information
#8118BA (or 0x8118BA) is known color: Dark Orchid. HEX triplet: 81, 18 and BA. RGB value is (129,24,186). Sum of RGB (Red+Green+Blue) = 129+24+186=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #8118BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8118BA is #7EE745. Grayscale: #494949. Windows color (decimal): -8316742 or 12195969. OLE color: 12195969.
HSL color Cylindrical-coordinate representation of color #8118BA: hue angle of 278.89º 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 #8118BA is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 24 | 186 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.27 |
| HSL | 278.89º | 0.77% | 0.41% | - |
| HSV(B) | 278.89º | 0.87% | 0.73% | - |
| XYZ | 18.24 | 8.87 | 47.2 | - |
| YUV | 73.86 | 191.29 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 186 | 0.31 | 0.87 | 0 | 0.27 | 278.89 | 0.77 | 0.41 |
| Hex | 81 | 18 | BA | 1F | 57 | 0 | 1B | 117 | 4D | 29 |
| Octal | 201 | 30 | 272 | 37 | 127 | 0 | 33 | 427 | 115 | 51 |
| Binary | 10000001 | 11000 | 10111010 | 11111 | 1010111 | 0 | 11011 | 100010111 | 1001101 | 101001 |
Color Harmonies of #8118BA
Complementary color
Monochromatic Colors of #8118BA
Black with #8118BA
Text Example
Text Example
White with #8118BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8118BA; }
p { color: rgb(129,24,186); }
H1.HeaderClassName
{
color: #8118BA;
}
.AnyTagClassName
{
color: #8118BA;
}
</style>
background-color css
<style>
a { background-color: #8118BA; }
a { background-color: rgb(129,24,186); }
div.DivClassName
{
background-color: #8118BA;
}
.BgClassName
{
background-color: #8118BA;
}
</style>
border-color css
<style>
span { border-color: #8118BA; }
span { border-color: rgb(129,24,186); }
td.TdClassName
{
border-color: #8118BA;
}
.TagClassName
{
border-color: #8118BA;
}
</style>