Shades of Dark Orchid #8A2ACE
Tints of Dark Orchid #8A2ACE
RGB
CMYK
RGB Variations
Color information
#8A2ACE (or 0x8A2ACE) is known color: Dark Orchid. HEX triplet: 8A, 2A and CE. RGB value is (138,42,206). Sum of RGB (Red+Green+Blue) = 138+42+206=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A2ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2ACE is #75D531. Grayscale: #585858. Windows color (decimal): -7722290 or 13511306. OLE color: 13511306.
HSL color Cylindrical-coordinate representation of color #8A2ACE: hue angle of 275.12º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A2ACE is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 42 | 206 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.19 |
| HSL | 275.12º | 0.66% | 0.49% | - |
| HSV(B) | 275.12º | 0.8% | 0.81% | - |
| XYZ | 22.45 | 11.52 | 59.43 | - |
| YUV | 89.4 | 193.8 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 206 | 0.33 | 0.80 | 0 | 0.19 | 275.12 | 0.66 | 0.49 |
| Hex | 8A | 2A | CE | 21 | 50 | 0 | 13 | 113 | 42 | 31 |
| Octal | 212 | 52 | 316 | 41 | 120 | 0 | 23 | 423 | 102 | 61 |
| Binary | 10001010 | 101010 | 11001110 | 100001 | 1010000 | 0 | 10011 | 100010011 | 1000010 | 110001 |
Color Harmonies of #8A2ACE
Complementary color
Monochromatic Colors of #8A2ACE
Black with #8A2ACE
Text Example
Text Example
White with #8A2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2ACE; }
p { color: rgb(138,42,206); }
H1.HeaderClassName
{
color: #8A2ACE;
}
.AnyTagClassName
{
color: #8A2ACE;
}
</style>
background-color css
<style>
a { background-color: #8A2ACE; }
a { background-color: rgb(138,42,206); }
div.DivClassName
{
background-color: #8A2ACE;
}
.BgClassName
{
background-color: #8A2ACE;
}
</style>
border-color css
<style>
span { border-color: #8A2ACE; }
span { border-color: rgb(138,42,206); }
td.TdClassName
{
border-color: #8A2ACE;
}
.TagClassName
{
border-color: #8A2ACE;
}
</style>