Shades of Dark Orchid #8A2FC1
Tints of Dark Orchid #8A2FC1
RGB
CMYK
RGB Variations
Color information
#8A2FC1 (or 0x8A2FC1) is known color: Dark Orchid. HEX triplet: 8A, 2F and C1. RGB value is (138,47,193). Sum of RGB (Red+Green+Blue) = 138+47+193=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A2FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2FC1 is #75D03E. Grayscale: #5A5A5A. Windows color (decimal): -7721023 or 12660618. OLE color: 12660618.
HSL color Cylindrical-coordinate representation of color #8A2FC1: hue angle of 277.4º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A2FC1 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 47 | 193 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.24 |
| HSL | 277.4º | 0.61% | 0.47% | - |
| HSV(B) | 277.4º | 0.76% | 0.76% | - |
| XYZ | 21.12 | 11.29 | 51.52 | - |
| YUV | 90.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 47 | 193 | 0.28 | 0.76 | 0 | 0.24 | 277.4 | 0.61 | 0.47 |
| Hex | 8A | 2F | C1 | 1C | 4C | 0 | 18 | 115 | 3D | 2F |
| Octal | 212 | 57 | 301 | 34 | 114 | 0 | 30 | 425 | 75 | 57 |
| Binary | 10001010 | 101111 | 11000001 | 11100 | 1001100 | 0 | 11000 | 100010101 | 111101 | 101111 |
Color Harmonies of #8A2FC1
Complementary color
Monochromatic Colors of #8A2FC1
Black with #8A2FC1
Text Example
Text Example
White with #8A2FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2FC1; }
p { color: rgb(138,47,193); }
H1.HeaderClassName
{
color: #8A2FC1;
}
.AnyTagClassName
{
color: #8A2FC1;
}
</style>
background-color css
<style>
a { background-color: #8A2FC1; }
a { background-color: rgb(138,47,193); }
div.DivClassName
{
background-color: #8A2FC1;
}
.BgClassName
{
background-color: #8A2FC1;
}
</style>
border-color css
<style>
span { border-color: #8A2FC1; }
span { border-color: rgb(138,47,193); }
td.TdClassName
{
border-color: #8A2FC1;
}
.TagClassName
{
border-color: #8A2FC1;
}
</style>