Shades of Dark Orchid #8A2BCD
Tints of Dark Orchid #8A2BCD
RGB
CMYK
RGB Variations
Color information
#8A2BCD (or 0x8A2BCD) is known color: Dark Orchid. HEX triplet: 8A, 2B and CD. RGB value is (138,43,205). Sum of RGB (Red+Green+Blue) = 138+43+205=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A2BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2BCD is #75D432. Grayscale: #595959. Windows color (decimal): -7722035 or 13446026. OLE color: 13446026.
HSL color Cylindrical-coordinate representation of color #8A2BCD: hue angle of 275.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A2BCD is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 43 | 205 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.20 |
| HSL | 275.19º | 0.65% | 0.49% | - |
| HSV(B) | 275.19º | 0.79% | 0.8% | - |
| XYZ | 22.36 | 11.54 | 58.81 | - |
| YUV | 89.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 205 | 0.33 | 0.79 | 0 | 0.20 | 275.19 | 0.65 | 0.49 |
| Hex | 8A | 2B | CD | 21 | 4F | 0 | 14 | 113 | 41 | 31 |
| Octal | 212 | 53 | 315 | 41 | 117 | 0 | 24 | 423 | 101 | 61 |
| Binary | 10001010 | 101011 | 11001101 | 100001 | 1001111 | 0 | 10100 | 100010011 | 1000001 | 110001 |
Color Harmonies of #8A2BCD
Complementary color
Monochromatic Colors of #8A2BCD
Black with #8A2BCD
Text Example
Text Example
White with #8A2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2BCD; }
p { color: rgb(138,43,205); }
H1.HeaderClassName
{
color: #8A2BCD;
}
.AnyTagClassName
{
color: #8A2BCD;
}
</style>
background-color css
<style>
a { background-color: #8A2BCD; }
a { background-color: rgb(138,43,205); }
div.DivClassName
{
background-color: #8A2BCD;
}
.BgClassName
{
background-color: #8A2BCD;
}
</style>
border-color css
<style>
span { border-color: #8A2BCD; }
span { border-color: rgb(138,43,205); }
td.TdClassName
{
border-color: #8A2BCD;
}
.TagClassName
{
border-color: #8A2BCD;
}
</style>