Shades of Dark Orchid #8A19B4
Tints of Dark Orchid #8A19B4
RGB
CMYK
RGB Variations
Color information
#8A19B4 (or 0x8A19B4) is known color: Dark Orchid. HEX triplet: 8A, 19 and B4. RGB value is (138,25,180). Sum of RGB (Red+Green+Blue) = 138+25+180=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A19B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A19B4 is #75E64B. Grayscale: #4B4B4B. Windows color (decimal): -7726668 or 11803018. OLE color: 11803018.
HSL color Cylindrical-coordinate representation of color #8A19B4: hue angle of 283.74º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A19B4 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 25 | 180 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.29 |
| HSL | 283.74º | 0.76% | 0.4% | - |
| HSV(B) | 283.74º | 0.86% | 0.71% | - |
| XYZ | 19.07 | 9.39 | 43.99 | - |
| YUV | 76.46 | 186.44 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 180 | 0.23 | 0.86 | 0 | 0.29 | 283.74 | 0.76 | 0.4 |
| Hex | 8A | 19 | B4 | 17 | 56 | 0 | 1D | 11C | 4C | 28 |
| Octal | 212 | 31 | 264 | 27 | 126 | 0 | 35 | 434 | 114 | 50 |
| Binary | 10001010 | 11001 | 10110100 | 10111 | 1010110 | 0 | 11101 | 100011100 | 1001100 | 101000 |
Color Harmonies of #8A19B4
Complementary color
Monochromatic Colors of #8A19B4
Black with #8A19B4
Text Example
Text Example
White with #8A19B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A19B4; }
p { color: rgb(138,25,180); }
H1.HeaderClassName
{
color: #8A19B4;
}
.AnyTagClassName
{
color: #8A19B4;
}
</style>
background-color css
<style>
a { background-color: #8A19B4; }
a { background-color: rgb(138,25,180); }
div.DivClassName
{
background-color: #8A19B4;
}
.BgClassName
{
background-color: #8A19B4;
}
</style>
border-color css
<style>
span { border-color: #8A19B4; }
span { border-color: rgb(138,25,180); }
td.TdClassName
{
border-color: #8A19B4;
}
.TagClassName
{
border-color: #8A19B4;
}
</style>