Shades of Dark Orchid #8C2AC1
Tints of Dark Orchid #8C2AC1
RGB
CMYK
RGB Variations
Color information
#8C2AC1 (or 0x8C2AC1) is known color: Dark Orchid. HEX triplet: 8C, 2A and C1. RGB value is (140,42,193). Sum of RGB (Red+Green+Blue) = 140+42+193=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C2AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2AC1 is #73D53E. Grayscale: #585858. Windows color (decimal): -7591231 or 12659340. OLE color: 12659340.
HSL color Cylindrical-coordinate representation of color #8C2AC1: hue angle of 278.94º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C2AC1 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 42 | 193 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.24 |
| HSL | 278.94º | 0.64% | 0.46% | - |
| HSV(B) | 278.94º | 0.78% | 0.76% | - |
| XYZ | 21.27 | 11.08 | 51.47 | - |
| YUV | 88.52 | 186.97 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 193 | 0.27 | 0.78 | 0 | 0.24 | 278.94 | 0.64 | 0.46 |
| Hex | 8C | 2A | C1 | 1B | 4E | 0 | 18 | 117 | 40 | 2E |
| Octal | 214 | 52 | 301 | 33 | 116 | 0 | 30 | 427 | 100 | 56 |
| Binary | 10001100 | 101010 | 11000001 | 11011 | 1001110 | 0 | 11000 | 100010111 | 1000000 | 101110 |
Color Harmonies of #8C2AC1
Complementary color
Monochromatic Colors of #8C2AC1
Black with #8C2AC1
Text Example
Text Example
White with #8C2AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AC1; }
p { color: rgb(140,42,193); }
H1.HeaderClassName
{
color: #8C2AC1;
}
.AnyTagClassName
{
color: #8C2AC1;
}
</style>
background-color css
<style>
a { background-color: #8C2AC1; }
a { background-color: rgb(140,42,193); }
div.DivClassName
{
background-color: #8C2AC1;
}
.BgClassName
{
background-color: #8C2AC1;
}
</style>
border-color css
<style>
span { border-color: #8C2AC1; }
span { border-color: rgb(140,42,193); }
td.TdClassName
{
border-color: #8C2AC1;
}
.TagClassName
{
border-color: #8C2AC1;
}
</style>