Shades of Dark Orchid #8B19BA
Tints of Dark Orchid #8B19BA
RGB
CMYK
RGB Variations
Color information
#8B19BA (or 0x8B19BA) is known color: Dark Orchid. HEX triplet: 8B, 19 and BA. RGB value is (139,25,186). Sum of RGB (Red+Green+Blue) = 139+25+186=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B19BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B19BA is #74E645. Grayscale: #4C4C4C. Windows color (decimal): -7661126 or 12196235. OLE color: 12196235.
HSL color Cylindrical-coordinate representation of color #8B19BA: hue angle of 282.48º degrees, saturation: 0.76, 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 #8B19BA is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 25 | 186 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.27 |
| HSL | 282.48º | 0.76% | 0.41% | - |
| HSV(B) | 282.48º | 0.87% | 0.73% | - |
| XYZ | 19.86 | 9.73 | 47.29 | - |
| YUV | 77.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 186 | 0.25 | 0.87 | 0 | 0.27 | 282.48 | 0.76 | 0.41 |
| Hex | 8B | 19 | BA | 19 | 57 | 0 | 1B | 11A | 4C | 29 |
| Octal | 213 | 31 | 272 | 31 | 127 | 0 | 33 | 432 | 114 | 51 |
| Binary | 10001011 | 11001 | 10111010 | 11001 | 1010111 | 0 | 11011 | 100011010 | 1001100 | 101001 |
Color Harmonies of #8B19BA
Complementary color
Monochromatic Colors of #8B19BA
Black with #8B19BA
Text Example
Text Example
White with #8B19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B19BA; }
p { color: rgb(139,25,186); }
H1.HeaderClassName
{
color: #8B19BA;
}
.AnyTagClassName
{
color: #8B19BA;
}
</style>
background-color css
<style>
a { background-color: #8B19BA; }
a { background-color: rgb(139,25,186); }
div.DivClassName
{
background-color: #8B19BA;
}
.BgClassName
{
background-color: #8B19BA;
}
</style>
border-color css
<style>
span { border-color: #8B19BA; }
span { border-color: rgb(139,25,186); }
td.TdClassName
{
border-color: #8B19BA;
}
.TagClassName
{
border-color: #8B19BA;
}
</style>