Shades of Dark Orchid #8A17B5
Tints of Dark Orchid #8A17B5
RGB
CMYK
RGB Variations
Color information
#8A17B5 (or 0x8A17B5) is known color: Dark Orchid. HEX triplet: 8A, 17 and B5. RGB value is (138,23,181). Sum of RGB (Red+Green+Blue) = 138+23+181=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A17B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A17B5 is #75E84A. Grayscale: #4A4A4A. Windows color (decimal): -7727179 or 11868042. OLE color: 11868042.
HSL color Cylindrical-coordinate representation of color #8A17B5: hue angle of 283.67º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A17B5 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 23 | 181 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.29 |
| HSL | 283.67º | 0.77% | 0.4% | - |
| HSV(B) | 283.67º | 0.87% | 0.71% | - |
| XYZ | 19.13 | 9.35 | 44.51 | - |
| YUV | 75.4 | 187.6 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 181 | 0.24 | 0.87 | 0 | 0.29 | 283.67 | 0.77 | 0.4 |
| Hex | 8A | 17 | B5 | 18 | 57 | 0 | 1D | 11C | 4D | 28 |
| Octal | 212 | 27 | 265 | 30 | 127 | 0 | 35 | 434 | 115 | 50 |
| Binary | 10001010 | 10111 | 10110101 | 11000 | 1010111 | 0 | 11101 | 100011100 | 1001101 | 101000 |
Color Harmonies of #8A17B5
Complementary color
Monochromatic Colors of #8A17B5
Black with #8A17B5
Text Example
Text Example
White with #8A17B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A17B5; }
p { color: rgb(138,23,181); }
H1.HeaderClassName
{
color: #8A17B5;
}
.AnyTagClassName
{
color: #8A17B5;
}
</style>
background-color css
<style>
a { background-color: #8A17B5; }
a { background-color: rgb(138,23,181); }
div.DivClassName
{
background-color: #8A17B5;
}
.BgClassName
{
background-color: #8A17B5;
}
</style>
border-color css
<style>
span { border-color: #8A17B5; }
span { border-color: rgb(138,23,181); }
td.TdClassName
{
border-color: #8A17B5;
}
.TagClassName
{
border-color: #8A17B5;
}
</style>