Shades of Dark Orchid #8A2CCD
Tints of Dark Orchid #8A2CCD
RGB
CMYK
RGB Variations
Color information
#8A2CCD (or 0x8A2CCD) is known color: Dark Orchid. HEX triplet: 8A, 2C and CD. RGB value is (138,44,205). Sum of RGB (Red+Green+Blue) = 138+44+205=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2CCD is #75D332. Grayscale: #595959. Windows color (decimal): -7721779 or 13446282. OLE color: 13446282.
HSL color Cylindrical-coordinate representation of color #8A2CCD: hue angle of 275.03º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A2CCD is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 44 | 205 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.20 |
| HSL | 275.03º | 0.65% | 0.49% | - |
| HSV(B) | 275.03º | 0.79% | 0.8% | - |
| XYZ | 22.4 | 11.61 | 58.82 | - |
| YUV | 90.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 205 | 0.33 | 0.79 | 0 | 0.20 | 275.03 | 0.65 | 0.49 |
| Hex | 8A | 2C | CD | 21 | 4F | 0 | 14 | 113 | 41 | 31 |
| Octal | 212 | 54 | 315 | 41 | 117 | 0 | 24 | 423 | 101 | 61 |
| Binary | 10001010 | 101100 | 11001101 | 100001 | 1001111 | 0 | 10100 | 100010011 | 1000001 | 110001 |
Color Harmonies of #8A2CCD
Complementary color
Monochromatic Colors of #8A2CCD
Black with #8A2CCD
Text Example
Text Example
White with #8A2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2CCD; }
p { color: rgb(138,44,205); }
H1.HeaderClassName
{
color: #8A2CCD;
}
.AnyTagClassName
{
color: #8A2CCD;
}
</style>
background-color css
<style>
a { background-color: #8A2CCD; }
a { background-color: rgb(138,44,205); }
div.DivClassName
{
background-color: #8A2CCD;
}
.BgClassName
{
background-color: #8A2CCD;
}
</style>
border-color css
<style>
span { border-color: #8A2CCD; }
span { border-color: rgb(138,44,205); }
td.TdClassName
{
border-color: #8A2CCD;
}
.TagClassName
{
border-color: #8A2CCD;
}
</style>