Shades of Dark Orchid #8A2ECF
Tints of Dark Orchid #8A2ECF
RGB
CMYK
RGB Variations
Color information
#8A2ECF (or 0x8A2ECF) is known color: Dark Orchid. HEX triplet: 8A, 2E and CF. RGB value is (138,46,207). Sum of RGB (Red+Green+Blue) = 138+46+207=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2ECF is #75D130. Grayscale: #5B5B5B. Windows color (decimal): -7721265 or 13577866. OLE color: 13577866.
HSL color Cylindrical-coordinate representation of color #8A2ECF: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A2ECF is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 46 | 207 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.19 |
| HSL | 274.29º | 0.64% | 0.5% | - |
| HSV(B) | 274.29º | 0.78% | 0.81% | - |
| XYZ | 22.72 | 11.86 | 60.12 | - |
| YUV | 91.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 207 | 0.33 | 0.78 | 0 | 0.19 | 274.29 | 0.64 | 0.5 |
| Hex | 8A | 2E | CF | 21 | 4E | 0 | 13 | 112 | 40 | 32 |
| Octal | 212 | 56 | 317 | 41 | 116 | 0 | 23 | 422 | 100 | 62 |
| Binary | 10001010 | 101110 | 11001111 | 100001 | 1001110 | 0 | 10011 | 100010010 | 1000000 | 110010 |
Color Harmonies of #8A2ECF
Complementary color
Monochromatic Colors of #8A2ECF
Black with #8A2ECF
Text Example
Text Example
White with #8A2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2ECF; }
p { color: rgb(138,46,207); }
H1.HeaderClassName
{
color: #8A2ECF;
}
.AnyTagClassName
{
color: #8A2ECF;
}
</style>
background-color css
<style>
a { background-color: #8A2ECF; }
a { background-color: rgb(138,46,207); }
div.DivClassName
{
background-color: #8A2ECF;
}
.BgClassName
{
background-color: #8A2ECF;
}
</style>
border-color css
<style>
span { border-color: #8A2ECF; }
span { border-color: rgb(138,46,207); }
td.TdClassName
{
border-color: #8A2ECF;
}
.TagClassName
{
border-color: #8A2ECF;
}
</style>