Shades of Dark Orchid #8A2BAE
Tints of Dark Orchid #8A2BAE
RGB
CMYK
RGB Variations
Color information
#8A2BAE (or 0x8A2BAE) is known color: Dark Orchid. HEX triplet: 8A, 2B and AE. RGB value is (138,43,174). Sum of RGB (Red+Green+Blue) = 138+43+174=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2BAE is #75D451. Grayscale: #555555. Windows color (decimal): -7722066 or 11414410. OLE color: 11414410.
HSL color Cylindrical-coordinate representation of color #8A2BAE: hue angle of 283.51º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2BAE is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 43 | 174 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.32 |
| HSL | 283.51º | 0.6% | 0.43% | - |
| HSV(B) | 283.51º | 0.75% | 0.68% | - |
| XYZ | 18.99 | 10.19 | 41.01 | - |
| YUV | 86.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 174 | 0.21 | 0.75 | 0 | 0.32 | 283.51 | 0.6 | 0.43 |
| Hex | 8A | 2B | AE | 15 | 4B | 0 | 20 | 11C | 3C | 2B |
| Octal | 212 | 53 | 256 | 25 | 113 | 0 | 40 | 434 | 74 | 53 |
| Binary | 10001010 | 101011 | 10101110 | 10101 | 1001011 | 0 | 100000 | 100011100 | 111100 | 101011 |
Color Harmonies of #8A2BAE
Complementary color
Monochromatic Colors of #8A2BAE
Black with #8A2BAE
Text Example
Text Example
White with #8A2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2BAE; }
p { color: rgb(138,43,174); }
H1.HeaderClassName
{
color: #8A2BAE;
}
.AnyTagClassName
{
color: #8A2BAE;
}
</style>
background-color css
<style>
a { background-color: #8A2BAE; }
a { background-color: rgb(138,43,174); }
div.DivClassName
{
background-color: #8A2BAE;
}
.BgClassName
{
background-color: #8A2BAE;
}
</style>
border-color css
<style>
span { border-color: #8A2BAE; }
span { border-color: rgb(138,43,174); }
td.TdClassName
{
border-color: #8A2BAE;
}
.TagClassName
{
border-color: #8A2BAE;
}
</style>