Shades of Dark Orchid #8A3EBA
Tints of Dark Orchid #8A3EBA
RGB
CMYK
RGB Variations
Color information
#8A3EBA (or 0x8A3EBA) is known color: Dark Orchid. HEX triplet: 8A, 3E and BA. RGB value is (138,62,186). Sum of RGB (Red+Green+Blue) = 138+62+186=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A3EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3EBA is #75C145. Grayscale: #626262. Windows color (decimal): -7717190 or 12205706. OLE color: 12205706.
HSL color Cylindrical-coordinate representation of color #8A3EBA: hue angle of 276.77º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3EBA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 62 | 186 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.27 |
| HSL | 276.77º | 0.5% | 0.49% | - |
| HSV(B) | 276.77º | 0.67% | 0.73% | - |
| XYZ | 21.07 | 12.39 | 47.74 | - |
| YUV | 98.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 186 | 0.26 | 0.67 | 0 | 0.27 | 276.77 | 0.5 | 0.49 |
| Hex | 8A | 3E | BA | 1A | 43 | 0 | 1B | 115 | 32 | 31 |
| Octal | 212 | 76 | 272 | 32 | 103 | 0 | 33 | 425 | 62 | 61 |
| Binary | 10001010 | 111110 | 10111010 | 11010 | 1000011 | 0 | 11011 | 100010101 | 110010 | 110001 |
Color Harmonies of #8A3EBA
Complementary color
Monochromatic Colors of #8A3EBA
Black with #8A3EBA
Text Example
Text Example
White with #8A3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3EBA; }
p { color: rgb(138,62,186); }
H1.HeaderClassName
{
color: #8A3EBA;
}
.AnyTagClassName
{
color: #8A3EBA;
}
</style>
background-color css
<style>
a { background-color: #8A3EBA; }
a { background-color: rgb(138,62,186); }
div.DivClassName
{
background-color: #8A3EBA;
}
.BgClassName
{
background-color: #8A3EBA;
}
</style>
border-color css
<style>
span { border-color: #8A3EBA; }
span { border-color: rgb(138,62,186); }
td.TdClassName
{
border-color: #8A3EBA;
}
.TagClassName
{
border-color: #8A3EBA;
}
</style>