Shades of Dark Orchid #8A1FCD
Tints of Dark Orchid #8A1FCD
RGB
CMYK
RGB Variations
Color information
#8A1FCD (or 0x8A1FCD) is known color: Dark Orchid. HEX triplet: 8A, 1F and CD. RGB value is (138,31,205). Sum of RGB (Red+Green+Blue) = 138+31+205=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A1FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1FCD is #75E032. Grayscale: #525252. Windows color (decimal): -7725107 or 13442954. OLE color: 13442954.
HSL color Cylindrical-coordinate representation of color #8A1FCD: hue angle of 276.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1FCD is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 31 | 205 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.20 |
| HSL | 276.9º | 0.74% | 0.46% | - |
| HSV(B) | 276.9º | 0.85% | 0.8% | - |
| XYZ | 21.99 | 10.79 | 58.68 | - |
| YUV | 82.83 | 196.95 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 205 | 0.33 | 0.85 | 0 | 0.20 | 276.9 | 0.74 | 0.46 |
| Hex | 8A | 1F | CD | 21 | 55 | 0 | 14 | 115 | 4A | 2E |
| Octal | 212 | 37 | 315 | 41 | 125 | 0 | 24 | 425 | 112 | 56 |
| Binary | 10001010 | 11111 | 11001101 | 100001 | 1010101 | 0 | 10100 | 100010101 | 1001010 | 101110 |
Color Harmonies of #8A1FCD
Complementary color
Monochromatic Colors of #8A1FCD
Black with #8A1FCD
Text Example
Text Example
White with #8A1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1FCD; }
p { color: rgb(138,31,205); }
H1.HeaderClassName
{
color: #8A1FCD;
}
.AnyTagClassName
{
color: #8A1FCD;
}
</style>
background-color css
<style>
a { background-color: #8A1FCD; }
a { background-color: rgb(138,31,205); }
div.DivClassName
{
background-color: #8A1FCD;
}
.BgClassName
{
background-color: #8A1FCD;
}
</style>
border-color css
<style>
span { border-color: #8A1FCD; }
span { border-color: rgb(138,31,205); }
td.TdClassName
{
border-color: #8A1FCD;
}
.TagClassName
{
border-color: #8A1FCD;
}
</style>