Shades of Dark Orchid #8A1ECC
Tints of Dark Orchid #8A1ECC
RGB
CMYK
RGB Variations
Color information
#8A1ECC (or 0x8A1ECC) is known color: Dark Orchid. HEX triplet: 8A, 1E and CC. RGB value is (138,30,204). Sum of RGB (Red+Green+Blue) = 138+30+204=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A1ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1ECC is #75E133. Grayscale: #515151. Windows color (decimal): -7725364 or 13377162. OLE color: 13377162.
HSL color Cylindrical-coordinate representation of color #8A1ECC: hue angle of 277.24º 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 #8A1ECC is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 30 | 204 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.2 |
| HSL | 277.24º | 0.74% | 0.46% | - |
| HSV(B) | 277.24º | 0.85% | 0.8% | - |
| XYZ | 21.84 | 10.69 | 58.04 | - |
| YUV | 82.13 | 196.78 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 204 | 0.32 | 0.85 | 0 | 0.2 | 277.24 | 0.74 | 0.46 |
| Hex | 8A | 1E | CC | 20 | 55 | 0 | 14 | 115 | 4A | 2E |
| Octal | 212 | 36 | 314 | 40 | 125 | 0 | 24 | 425 | 112 | 56 |
| Binary | 10001010 | 11110 | 11001100 | 100000 | 1010101 | 0 | 10100 | 100010101 | 1001010 | 101110 |
Color Harmonies of #8A1ECC
Complementary color
Monochromatic Colors of #8A1ECC
Black with #8A1ECC
Text Example
Text Example
White with #8A1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1ECC; }
p { color: rgb(138,30,204); }
H1.HeaderClassName
{
color: #8A1ECC;
}
.AnyTagClassName
{
color: #8A1ECC;
}
</style>
background-color css
<style>
a { background-color: #8A1ECC; }
a { background-color: rgb(138,30,204); }
div.DivClassName
{
background-color: #8A1ECC;
}
.BgClassName
{
background-color: #8A1ECC;
}
</style>
border-color css
<style>
span { border-color: #8A1ECC; }
span { border-color: rgb(138,30,204); }
td.TdClassName
{
border-color: #8A1ECC;
}
.TagClassName
{
border-color: #8A1ECC;
}
</style>