Shades of Dark Orchid #8A1ECD
Tints of Dark Orchid #8A1ECD
RGB
CMYK
RGB Variations
Color information
#8A1ECD (or 0x8A1ECD) is known color: Dark Orchid. HEX triplet: 8A, 1E and CD. RGB value is (138,30,205). Sum of RGB (Red+Green+Blue) = 138+30+205=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A1ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1ECD is #75E132. Grayscale: #515151. Windows color (decimal): -7725363 or 13442698. OLE color: 13442698.
HSL color Cylindrical-coordinate representation of color #8A1ECD: hue angle of 277.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1ECD is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 30 | 205 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.20 |
| HSL | 277.03º | 0.74% | 0.46% | - |
| HSV(B) | 277.03º | 0.85% | 0.8% | - |
| XYZ | 21.96 | 10.74 | 58.67 | - |
| YUV | 82.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 205 | 0.33 | 0.85 | 0 | 0.20 | 277.03 | 0.74 | 0.46 |
| Hex | 8A | 1E | CD | 21 | 55 | 0 | 14 | 115 | 4A | 2E |
| Octal | 212 | 36 | 315 | 41 | 125 | 0 | 24 | 425 | 112 | 56 |
| Binary | 10001010 | 11110 | 11001101 | 100001 | 1010101 | 0 | 10100 | 100010101 | 1001010 | 101110 |
Color Harmonies of #8A1ECD
Complementary color
Monochromatic Colors of #8A1ECD
Black with #8A1ECD
Text Example
Text Example
White with #8A1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1ECD; }
p { color: rgb(138,30,205); }
H1.HeaderClassName
{
color: #8A1ECD;
}
.AnyTagClassName
{
color: #8A1ECD;
}
</style>
background-color css
<style>
a { background-color: #8A1ECD; }
a { background-color: rgb(138,30,205); }
div.DivClassName
{
background-color: #8A1ECD;
}
.BgClassName
{
background-color: #8A1ECD;
}
</style>
border-color css
<style>
span { border-color: #8A1ECD; }
span { border-color: rgb(138,30,205); }
td.TdClassName
{
border-color: #8A1ECD;
}
.TagClassName
{
border-color: #8A1ECD;
}
</style>