Shades of Dark Orchid #8A18B1
Tints of Dark Orchid #8A18B1
RGB
CMYK
RGB Variations
Color information
#8A18B1 (or 0x8A18B1) is known color: Dark Orchid. HEX triplet: 8A, 18 and B1. RGB value is (138,24,177). Sum of RGB (Red+Green+Blue) = 138+24+177=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A18B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A18B1 is #75E74E. Grayscale: #4B4B4B. Windows color (decimal): -7726927 or 11606154. OLE color: 11606154.
HSL color Cylindrical-coordinate representation of color #8A18B1: hue angle of 284.71º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A18B1 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 24 | 177 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.31 |
| HSL | 284.71º | 0.76% | 0.39% | - |
| HSV(B) | 284.71º | 0.86% | 0.69% | - |
| XYZ | 18.74 | 9.23 | 42.39 | - |
| YUV | 75.53 | 185.27 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 177 | 0.22 | 0.86 | 0 | 0.31 | 284.71 | 0.76 | 0.39 |
| Hex | 8A | 18 | B1 | 16 | 56 | 0 | 1F | 11D | 4C | 27 |
| Octal | 212 | 30 | 261 | 26 | 126 | 0 | 37 | 435 | 114 | 47 |
| Binary | 10001010 | 11000 | 10110001 | 10110 | 1010110 | 0 | 11111 | 100011101 | 1001100 | 100111 |
Color Harmonies of #8A18B1
Complementary color
Monochromatic Colors of #8A18B1
Black with #8A18B1
Text Example
Text Example
White with #8A18B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A18B1; }
p { color: rgb(138,24,177); }
H1.HeaderClassName
{
color: #8A18B1;
}
.AnyTagClassName
{
color: #8A18B1;
}
</style>
background-color css
<style>
a { background-color: #8A18B1; }
a { background-color: rgb(138,24,177); }
div.DivClassName
{
background-color: #8A18B1;
}
.BgClassName
{
background-color: #8A18B1;
}
</style>
border-color css
<style>
span { border-color: #8A18B1; }
span { border-color: rgb(138,24,177); }
td.TdClassName
{
border-color: #8A18B1;
}
.TagClassName
{
border-color: #8A18B1;
}
</style>