Shades of Dark Orchid #8A2ECD
Tints of Dark Orchid #8A2ECD
RGB
CMYK
RGB Variations
Color information
#8A2ECD (or 0x8A2ECD) is known color: Dark Orchid. HEX triplet: 8A, 2E and CD. RGB value is (138,46,205). Sum of RGB (Red+Green+Blue) = 138+46+205=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A2ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2ECD is #75D132. Grayscale: #5B5B5B. Windows color (decimal): -7721267 or 13446794. OLE color: 13446794.
HSL color Cylindrical-coordinate representation of color #8A2ECD: hue angle of 274.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A2ECD is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 46 | 205 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.20 |
| HSL | 274.72º | 0.63% | 0.49% | - |
| HSV(B) | 274.72º | 0.78% | 0.8% | - |
| XYZ | 22.48 | 11.77 | 58.84 | - |
| YUV | 91.63 | 191.98 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 205 | 0.33 | 0.78 | 0 | 0.20 | 274.72 | 0.63 | 0.49 |
| Hex | 8A | 2E | CD | 21 | 4E | 0 | 14 | 113 | 3F | 31 |
| Octal | 212 | 56 | 315 | 41 | 116 | 0 | 24 | 423 | 77 | 61 |
| Binary | 10001010 | 101110 | 11001101 | 100001 | 1001110 | 0 | 10100 | 100010011 | 111111 | 110001 |
Color Harmonies of #8A2ECD
Complementary color
Monochromatic Colors of #8A2ECD
Black with #8A2ECD
Text Example
Text Example
White with #8A2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2ECD; }
p { color: rgb(138,46,205); }
H1.HeaderClassName
{
color: #8A2ECD;
}
.AnyTagClassName
{
color: #8A2ECD;
}
</style>
background-color css
<style>
a { background-color: #8A2ECD; }
a { background-color: rgb(138,46,205); }
div.DivClassName
{
background-color: #8A2ECD;
}
.BgClassName
{
background-color: #8A2ECD;
}
</style>
border-color css
<style>
span { border-color: #8A2ECD; }
span { border-color: rgb(138,46,205); }
td.TdClassName
{
border-color: #8A2ECD;
}
.TagClassName
{
border-color: #8A2ECD;
}
</style>