Shades of Dark Orchid #8A37BA
Tints of Dark Orchid #8A37BA
RGB
CMYK
RGB Variations
Color information
#8A37BA (or 0x8A37BA) is known color: Dark Orchid. HEX triplet: 8A, 37 and BA. RGB value is (138,55,186). Sum of RGB (Red+Green+Blue) = 138+55+186=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A37BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A37BA is #75C845. Grayscale: #5E5E5E. Windows color (decimal): -7718982 or 12203914. OLE color: 12203914.
HSL color Cylindrical-coordinate representation of color #8A37BA: hue angle of 278.02º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A37BA is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 55 | 186 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.27 |
| HSL | 278.02º | 0.54% | 0.47% | - |
| HSV(B) | 278.02º | 0.7% | 0.73% | - |
| XYZ | 20.71 | 11.68 | 47.62 | - |
| YUV | 94.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 186 | 0.26 | 0.70 | 0 | 0.27 | 278.02 | 0.54 | 0.47 |
| Hex | 8A | 37 | BA | 1A | 46 | 0 | 1B | 116 | 36 | 2F |
| Octal | 212 | 67 | 272 | 32 | 106 | 0 | 33 | 426 | 66 | 57 |
| Binary | 10001010 | 110111 | 10111010 | 11010 | 1000110 | 0 | 11011 | 100010110 | 110110 | 101111 |
Color Harmonies of #8A37BA
Complementary color
Monochromatic Colors of #8A37BA
Black with #8A37BA
Text Example
Text Example
White with #8A37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A37BA; }
p { color: rgb(138,55,186); }
H1.HeaderClassName
{
color: #8A37BA;
}
.AnyTagClassName
{
color: #8A37BA;
}
</style>
background-color css
<style>
a { background-color: #8A37BA; }
a { background-color: rgb(138,55,186); }
div.DivClassName
{
background-color: #8A37BA;
}
.BgClassName
{
background-color: #8A37BA;
}
</style>
border-color css
<style>
span { border-color: #8A37BA; }
span { border-color: rgb(138,55,186); }
td.TdClassName
{
border-color: #8A37BA;
}
.TagClassName
{
border-color: #8A37BA;
}
</style>