Shades of Dark Orchid #8A2ACC
Tints of Dark Orchid #8A2ACC
RGB
CMYK
RGB Variations
Color information
#8A2ACC (or 0x8A2ACC) is known color: Dark Orchid. HEX triplet: 8A, 2A and CC. RGB value is (138,42,204). Sum of RGB (Red+Green+Blue) = 138+42+204=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2ACC is #75D533. Grayscale: #585858. Windows color (decimal): -7722292 or 13380234. OLE color: 13380234.
HSL color Cylindrical-coordinate representation of color #8A2ACC: hue angle of 275.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A2ACC is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 42 | 204 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.2 |
| HSL | 275.56º | 0.66% | 0.48% | - |
| HSV(B) | 275.56º | 0.79% | 0.8% | - |
| XYZ | 22.21 | 11.42 | 58.16 | - |
| YUV | 89.17 | 192.8 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 204 | 0.32 | 0.79 | 0 | 0.2 | 275.56 | 0.66 | 0.48 |
| Hex | 8A | 2A | CC | 20 | 4F | 0 | 14 | 114 | 42 | 30 |
| Octal | 212 | 52 | 314 | 40 | 117 | 0 | 24 | 424 | 102 | 60 |
| Binary | 10001010 | 101010 | 11001100 | 100000 | 1001111 | 0 | 10100 | 100010100 | 1000010 | 110000 |
Color Harmonies of #8A2ACC
Complementary color
Monochromatic Colors of #8A2ACC
Black with #8A2ACC
Text Example
Text Example
White with #8A2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2ACC; }
p { color: rgb(138,42,204); }
H1.HeaderClassName
{
color: #8A2ACC;
}
.AnyTagClassName
{
color: #8A2ACC;
}
</style>
background-color css
<style>
a { background-color: #8A2ACC; }
a { background-color: rgb(138,42,204); }
div.DivClassName
{
background-color: #8A2ACC;
}
.BgClassName
{
background-color: #8A2ACC;
}
</style>
border-color css
<style>
span { border-color: #8A2ACC; }
span { border-color: rgb(138,42,204); }
td.TdClassName
{
border-color: #8A2ACC;
}
.TagClassName
{
border-color: #8A2ACC;
}
</style>