Shades of Dark Orchid #8A2BBA
Tints of Dark Orchid #8A2BBA
RGB
CMYK
RGB Variations
Color information
#8A2BBA (or 0x8A2BBA) is known color: Dark Orchid. HEX triplet: 8A, 2B and BA. RGB value is (138,43,186). Sum of RGB (Red+Green+Blue) = 138+43+186=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2BBA is #75D445. Grayscale: #575757. Windows color (decimal): -7722054 or 12200842. OLE color: 12200842.
HSL color Cylindrical-coordinate representation of color #8A2BBA: hue angle of 279.86º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2BBA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 43 | 186 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.27 |
| HSL | 279.86º | 0.62% | 0.45% | - |
| HSV(B) | 279.86º | 0.77% | 0.73% | - |
| XYZ | 20.21 | 10.68 | 47.45 | - |
| YUV | 87.71 | 183.47 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 186 | 0.26 | 0.77 | 0 | 0.27 | 279.86 | 0.62 | 0.45 |
| Hex | 8A | 2B | BA | 1A | 4D | 0 | 1B | 118 | 3E | 2D |
| Octal | 212 | 53 | 272 | 32 | 115 | 0 | 33 | 430 | 76 | 55 |
| Binary | 10001010 | 101011 | 10111010 | 11010 | 1001101 | 0 | 11011 | 100011000 | 111110 | 101101 |
Color Harmonies of #8A2BBA
Complementary color
Monochromatic Colors of #8A2BBA
Black with #8A2BBA
Text Example
Text Example
White with #8A2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2BBA; }
p { color: rgb(138,43,186); }
H1.HeaderClassName
{
color: #8A2BBA;
}
.AnyTagClassName
{
color: #8A2BBA;
}
</style>
background-color css
<style>
a { background-color: #8A2BBA; }
a { background-color: rgb(138,43,186); }
div.DivClassName
{
background-color: #8A2BBA;
}
.BgClassName
{
background-color: #8A2BBA;
}
</style>
border-color css
<style>
span { border-color: #8A2BBA; }
span { border-color: rgb(138,43,186); }
td.TdClassName
{
border-color: #8A2BBA;
}
.TagClassName
{
border-color: #8A2BBA;
}
</style>