Shades of Dark Orchid #8A1EBA
Tints of Dark Orchid #8A1EBA
RGB
CMYK
RGB Variations
Color information
#8A1EBA (or 0x8A1EBA) is known color: Dark Orchid. HEX triplet: 8A, 1E and BA. RGB value is (138,30,186). Sum of RGB (Red+Green+Blue) = 138+30+186=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1EBA is #75E145. Grayscale: #4F4F4F. Windows color (decimal): -7725382 or 12197514. OLE color: 12197514.
HSL color Cylindrical-coordinate representation of color #8A1EBA: hue angle of 281.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1EBA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 30 | 186 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.27 |
| HSL | 281.54º | 0.72% | 0.42% | - |
| HSV(B) | 281.54º | 0.84% | 0.73% | - |
| XYZ | 19.81 | 9.88 | 47.32 | - |
| YUV | 80.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 186 | 0.26 | 0.84 | 0 | 0.27 | 281.54 | 0.72 | 0.42 |
| Hex | 8A | 1E | BA | 1A | 54 | 0 | 1B | 11A | 48 | 2A |
| Octal | 212 | 36 | 272 | 32 | 124 | 0 | 33 | 432 | 110 | 52 |
| Binary | 10001010 | 11110 | 10111010 | 11010 | 1010100 | 0 | 11011 | 100011010 | 1001000 | 101010 |
Color Harmonies of #8A1EBA
Complementary color
Monochromatic Colors of #8A1EBA
Black with #8A1EBA
Text Example
Text Example
White with #8A1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1EBA; }
p { color: rgb(138,30,186); }
H1.HeaderClassName
{
color: #8A1EBA;
}
.AnyTagClassName
{
color: #8A1EBA;
}
</style>
background-color css
<style>
a { background-color: #8A1EBA; }
a { background-color: rgb(138,30,186); }
div.DivClassName
{
background-color: #8A1EBA;
}
.BgClassName
{
background-color: #8A1EBA;
}
</style>
border-color css
<style>
span { border-color: #8A1EBA; }
span { border-color: rgb(138,30,186); }
td.TdClassName
{
border-color: #8A1EBA;
}
.TagClassName
{
border-color: #8A1EBA;
}
</style>