Shades of Dark Orchid #8A1DCA
Tints of Dark Orchid #8A1DCA
RGB
CMYK
RGB Variations
Color information
#8A1DCA (or 0x8A1DCA) is known color: Dark Orchid. HEX triplet: 8A, 1D and CA. RGB value is (138,29,202). Sum of RGB (Red+Green+Blue) = 138+29+202=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A1DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1DCA is #75E235. Grayscale: #505050. Windows color (decimal): -7725622 or 13245834. OLE color: 13245834.
HSL color Cylindrical-coordinate representation of color #8A1DCA: hue angle of 277.8º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1DCA is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 29 | 202 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.21 |
| HSL | 277.8º | 0.75% | 0.45% | - |
| HSV(B) | 277.8º | 0.86% | 0.79% | - |
| XYZ | 21.58 | 10.55 | 56.78 | - |
| YUV | 81.31 | 196.11 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 202 | 0.32 | 0.86 | 0 | 0.21 | 277.8 | 0.75 | 0.45 |
| Hex | 8A | 1D | CA | 20 | 56 | 0 | 15 | 116 | 4B | 2D |
| Octal | 212 | 35 | 312 | 40 | 126 | 0 | 25 | 426 | 113 | 55 |
| Binary | 10001010 | 11101 | 11001010 | 100000 | 1010110 | 0 | 10101 | 100010110 | 1001011 | 101101 |
Color Harmonies of #8A1DCA
Complementary color
Monochromatic Colors of #8A1DCA
Black with #8A1DCA
Text Example
Text Example
White with #8A1DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1DCA; }
p { color: rgb(138,29,202); }
H1.HeaderClassName
{
color: #8A1DCA;
}
.AnyTagClassName
{
color: #8A1DCA;
}
</style>
background-color css
<style>
a { background-color: #8A1DCA; }
a { background-color: rgb(138,29,202); }
div.DivClassName
{
background-color: #8A1DCA;
}
.BgClassName
{
background-color: #8A1DCA;
}
</style>
border-color css
<style>
span { border-color: #8A1DCA; }
span { border-color: rgb(138,29,202); }
td.TdClassName
{
border-color: #8A1DCA;
}
.TagClassName
{
border-color: #8A1DCA;
}
</style>