Shades of Dark Orchid #8A2EBA
Tints of Dark Orchid #8A2EBA
RGB
CMYK
RGB Variations
Color information
#8A2EBA (or 0x8A2EBA) is known color: Dark Orchid. HEX triplet: 8A, 2E and BA. RGB value is (138,46,186). Sum of RGB (Red+Green+Blue) = 138+46+186=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A2EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2EBA is #75D145. Grayscale: #595959. Windows color (decimal): -7721286 or 12201610. OLE color: 12201610.
HSL color Cylindrical-coordinate representation of color #8A2EBA: hue angle of 279.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2EBA is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 46 | 186 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.27 |
| HSL | 279.43º | 0.6% | 0.45% | - |
| HSV(B) | 279.43º | 0.75% | 0.73% | - |
| XYZ | 20.32 | 10.9 | 47.49 | - |
| YUV | 89.47 | 182.48 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 186 | 0.26 | 0.75 | 0 | 0.27 | 279.43 | 0.6 | 0.45 |
| Hex | 8A | 2E | BA | 1A | 4B | 0 | 1B | 117 | 3C | 2D |
| Octal | 212 | 56 | 272 | 32 | 113 | 0 | 33 | 427 | 74 | 55 |
| Binary | 10001010 | 101110 | 10111010 | 11010 | 1001011 | 0 | 11011 | 100010111 | 111100 | 101101 |
Color Harmonies of #8A2EBA
Complementary color
Monochromatic Colors of #8A2EBA
Black with #8A2EBA
Text Example
Text Example
White with #8A2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2EBA; }
p { color: rgb(138,46,186); }
H1.HeaderClassName
{
color: #8A2EBA;
}
.AnyTagClassName
{
color: #8A2EBA;
}
</style>
background-color css
<style>
a { background-color: #8A2EBA; }
a { background-color: rgb(138,46,186); }
div.DivClassName
{
background-color: #8A2EBA;
}
.BgClassName
{
background-color: #8A2EBA;
}
</style>
border-color css
<style>
span { border-color: #8A2EBA; }
span { border-color: rgb(138,46,186); }
td.TdClassName
{
border-color: #8A2EBA;
}
.TagClassName
{
border-color: #8A2EBA;
}
</style>