Shades of Dark Orchid #8A1DCC
Tints of Dark Orchid #8A1DCC
RGB
CMYK
RGB Variations
Color information
#8A1DCC (or 0x8A1DCC) is known color: Dark Orchid. HEX triplet: 8A, 1D and CC. RGB value is (138,29,204). Sum of RGB (Red+Green+Blue) = 138+29+204=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A1DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1DCC is #75E233. Grayscale: #505050. Windows color (decimal): -7725620 or 13376906. OLE color: 13376906.
HSL color Cylindrical-coordinate representation of color #8A1DCC: hue angle of 277.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1DCC is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 29 | 204 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.2 |
| HSL | 277.37º | 0.75% | 0.46% | - |
| HSV(B) | 277.37º | 0.86% | 0.8% | - |
| XYZ | 21.82 | 10.64 | 58.03 | - |
| YUV | 81.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 204 | 0.32 | 0.86 | 0 | 0.2 | 277.37 | 0.75 | 0.46 |
| Hex | 8A | 1D | CC | 20 | 56 | 0 | 14 | 115 | 4B | 2E |
| Octal | 212 | 35 | 314 | 40 | 126 | 0 | 24 | 425 | 113 | 56 |
| Binary | 10001010 | 11101 | 11001100 | 100000 | 1010110 | 0 | 10100 | 100010101 | 1001011 | 101110 |
Color Harmonies of #8A1DCC
Complementary color
Monochromatic Colors of #8A1DCC
Black with #8A1DCC
Text Example
Text Example
White with #8A1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1DCC; }
p { color: rgb(138,29,204); }
H1.HeaderClassName
{
color: #8A1DCC;
}
.AnyTagClassName
{
color: #8A1DCC;
}
</style>
background-color css
<style>
a { background-color: #8A1DCC; }
a { background-color: rgb(138,29,204); }
div.DivClassName
{
background-color: #8A1DCC;
}
.BgClassName
{
background-color: #8A1DCC;
}
</style>
border-color css
<style>
span { border-color: #8A1DCC; }
span { border-color: rgb(138,29,204); }
td.TdClassName
{
border-color: #8A1DCC;
}
.TagClassName
{
border-color: #8A1DCC;
}
</style>