Shades of Dark Orchid #8A2EBD
Tints of Dark Orchid #8A2EBD
RGB
CMYK
RGB Variations
Color information
#8A2EBD (or 0x8A2EBD) is known color: Dark Orchid. HEX triplet: 8A, 2E and BD. RGB value is (138,46,189). Sum of RGB (Red+Green+Blue) = 138+46+189=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A2EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2EBD is #75D142. Grayscale: #595959. Windows color (decimal): -7721283 or 12398218. OLE color: 12398218.
HSL color Cylindrical-coordinate representation of color #8A2EBD: hue angle of 278.6º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A2EBD is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 46 | 189 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.26 |
| HSL | 278.6º | 0.61% | 0.46% | - |
| HSV(B) | 278.6º | 0.76% | 0.74% | - |
| XYZ | 20.64 | 11.03 | 49.19 | - |
| YUV | 89.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 189 | 0.27 | 0.76 | 0 | 0.26 | 278.6 | 0.61 | 0.46 |
| Hex | 8A | 2E | BD | 1B | 4C | 0 | 1A | 117 | 3D | 2E |
| Octal | 212 | 56 | 275 | 33 | 114 | 0 | 32 | 427 | 75 | 56 |
| Binary | 10001010 | 101110 | 10111101 | 11011 | 1001100 | 0 | 11010 | 100010111 | 111101 | 101110 |
Color Harmonies of #8A2EBD
Complementary color
Monochromatic Colors of #8A2EBD
Black with #8A2EBD
Text Example
Text Example
White with #8A2EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2EBD; }
p { color: rgb(138,46,189); }
H1.HeaderClassName
{
color: #8A2EBD;
}
.AnyTagClassName
{
color: #8A2EBD;
}
</style>
background-color css
<style>
a { background-color: #8A2EBD; }
a { background-color: rgb(138,46,189); }
div.DivClassName
{
background-color: #8A2EBD;
}
.BgClassName
{
background-color: #8A2EBD;
}
</style>
border-color css
<style>
span { border-color: #8A2EBD; }
span { border-color: rgb(138,46,189); }
td.TdClassName
{
border-color: #8A2EBD;
}
.TagClassName
{
border-color: #8A2EBD;
}
</style>