Shades of Dark Orchid #8A19BD
Tints of Dark Orchid #8A19BD
RGB
CMYK
RGB Variations
Color information
#8A19BD (or 0x8A19BD) is known color: Dark Orchid. HEX triplet: 8A, 19 and BD. RGB value is (138,25,189). Sum of RGB (Red+Green+Blue) = 138+25+189=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A19BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A19BD is #75E642. Grayscale: #4C4C4C. Windows color (decimal): -7726659 or 12392842. OLE color: 12392842.
HSL color Cylindrical-coordinate representation of color #8A19BD: hue angle of 281.34º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A19BD is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 25 | 189 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.26 |
| HSL | 281.34º | 0.77% | 0.42% | - |
| HSV(B) | 281.34º | 0.87% | 0.74% | - |
| XYZ | 20.01 | 9.77 | 48.98 | - |
| YUV | 77.48 | 190.94 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 189 | 0.27 | 0.87 | 0 | 0.26 | 281.34 | 0.77 | 0.42 |
| Hex | 8A | 19 | BD | 1B | 57 | 0 | 1A | 119 | 4D | 2A |
| Octal | 212 | 31 | 275 | 33 | 127 | 0 | 32 | 431 | 115 | 52 |
| Binary | 10001010 | 11001 | 10111101 | 11011 | 1010111 | 0 | 11010 | 100011001 | 1001101 | 101010 |
Color Harmonies of #8A19BD
Complementary color
Monochromatic Colors of #8A19BD
Black with #8A19BD
Text Example
Text Example
White with #8A19BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A19BD; }
p { color: rgb(138,25,189); }
H1.HeaderClassName
{
color: #8A19BD;
}
.AnyTagClassName
{
color: #8A19BD;
}
</style>
background-color css
<style>
a { background-color: #8A19BD; }
a { background-color: rgb(138,25,189); }
div.DivClassName
{
background-color: #8A19BD;
}
.BgClassName
{
background-color: #8A19BD;
}
</style>
border-color css
<style>
span { border-color: #8A19BD; }
span { border-color: rgb(138,25,189); }
td.TdClassName
{
border-color: #8A19BD;
}
.TagClassName
{
border-color: #8A19BD;
}
</style>