Shades of Dark Orchid #8A2FCD
Tints of Dark Orchid #8A2FCD
RGB
CMYK
RGB Variations
Color information
#8A2FCD (or 0x8A2FCD) is known color: Dark Orchid. HEX triplet: 8A, 2F and CD. RGB value is (138,47,205). Sum of RGB (Red+Green+Blue) = 138+47+205=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2FCD is #75D032. Grayscale: #5B5B5B. Windows color (decimal): -7721011 or 13447050. OLE color: 13447050.
HSL color Cylindrical-coordinate representation of color #8A2FCD: hue angle of 274.56º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2FCD is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 47 | 205 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.20 |
| HSL | 274.56º | 0.63% | 0.49% | - |
| HSV(B) | 274.56º | 0.77% | 0.8% | - |
| XYZ | 22.52 | 11.84 | 58.86 | - |
| YUV | 92.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 47 | 205 | 0.33 | 0.77 | 0 | 0.20 | 274.56 | 0.63 | 0.49 |
| Hex | 8A | 2F | CD | 21 | 4D | 0 | 14 | 113 | 3F | 31 |
| Octal | 212 | 57 | 315 | 41 | 115 | 0 | 24 | 423 | 77 | 61 |
| Binary | 10001010 | 101111 | 11001101 | 100001 | 1001101 | 0 | 10100 | 100010011 | 111111 | 110001 |
Color Harmonies of #8A2FCD
Complementary color
Monochromatic Colors of #8A2FCD
Black with #8A2FCD
Text Example
Text Example
White with #8A2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2FCD; }
p { color: rgb(138,47,205); }
H1.HeaderClassName
{
color: #8A2FCD;
}
.AnyTagClassName
{
color: #8A2FCD;
}
</style>
background-color css
<style>
a { background-color: #8A2FCD; }
a { background-color: rgb(138,47,205); }
div.DivClassName
{
background-color: #8A2FCD;
}
.BgClassName
{
background-color: #8A2FCD;
}
</style>
border-color css
<style>
span { border-color: #8A2FCD; }
span { border-color: rgb(138,47,205); }
td.TdClassName
{
border-color: #8A2FCD;
}
.TagClassName
{
border-color: #8A2FCD;
}
</style>