Shades of Dark Orchid #8A3CCD
Tints of Dark Orchid #8A3CCD
RGB
CMYK
RGB Variations
Color information
#8A3CCD (or 0x8A3CCD) is known color: Dark Orchid. HEX triplet: 8A, 3C and CD. RGB value is (138,60,205). Sum of RGB (Red+Green+Blue) = 138+60+205=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A3CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3CCD is #75C332. Grayscale: #636363. Windows color (decimal): -7717683 or 13450378. OLE color: 13450378.
HSL color Cylindrical-coordinate representation of color #8A3CCD: hue angle of 272.28º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A3CCD is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 60 | 205 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.20 |
| HSL | 272.28º | 0.59% | 0.52% | - |
| HSV(B) | 272.28º | 0.71% | 0.8% | - |
| XYZ | 23.12 | 13.04 | 59.06 | - |
| YUV | 99.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 205 | 0.33 | 0.71 | 0 | 0.20 | 272.28 | 0.59 | 0.52 |
| Hex | 8A | 3C | CD | 21 | 47 | 0 | 14 | 110 | 3B | 34 |
| Octal | 212 | 74 | 315 | 41 | 107 | 0 | 24 | 420 | 73 | 64 |
| Binary | 10001010 | 111100 | 11001101 | 100001 | 1000111 | 0 | 10100 | 100010000 | 111011 | 110100 |
Color Harmonies of #8A3CCD
Complementary color
Monochromatic Colors of #8A3CCD
Black with #8A3CCD
Text Example
Text Example
White with #8A3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3CCD; }
p { color: rgb(138,60,205); }
H1.HeaderClassName
{
color: #8A3CCD;
}
.AnyTagClassName
{
color: #8A3CCD;
}
</style>
background-color css
<style>
a { background-color: #8A3CCD; }
a { background-color: rgb(138,60,205); }
div.DivClassName
{
background-color: #8A3CCD;
}
.BgClassName
{
background-color: #8A3CCD;
}
</style>
border-color css
<style>
span { border-color: #8A3CCD; }
span { border-color: rgb(138,60,205); }
td.TdClassName
{
border-color: #8A3CCD;
}
.TagClassName
{
border-color: #8A3CCD;
}
</style>