Shades of Dark Orchid #8C2ABE
Tints of Dark Orchid #8C2ABE
RGB
CMYK
RGB Variations
Color information
#8C2ABE (or 0x8C2ABE) is known color: Dark Orchid. HEX triplet: 8C, 2A and BE. RGB value is (140,42,190). Sum of RGB (Red+Green+Blue) = 140+42+190=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2ABE is #73D541. Grayscale: #575757. Windows color (decimal): -7591234 or 12462732. OLE color: 12462732.
HSL color Cylindrical-coordinate representation of color #8C2ABE: hue angle of 279.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C2ABE is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 42 | 190 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.25 |
| HSL | 279.73º | 0.64% | 0.45% | - |
| HSV(B) | 279.73º | 0.78% | 0.75% | - |
| XYZ | 20.94 | 10.95 | 49.73 | - |
| YUV | 88.17 | 185.47 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 190 | 0.26 | 0.78 | 0 | 0.25 | 279.73 | 0.64 | 0.45 |
| Hex | 8C | 2A | BE | 1A | 4E | 0 | 19 | 118 | 40 | 2D |
| Octal | 214 | 52 | 276 | 32 | 116 | 0 | 31 | 430 | 100 | 55 |
| Binary | 10001100 | 101010 | 10111110 | 11010 | 1001110 | 0 | 11001 | 100011000 | 1000000 | 101101 |
Color Harmonies of #8C2ABE
Complementary color
Monochromatic Colors of #8C2ABE
Black with #8C2ABE
Text Example
Text Example
White with #8C2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2ABE; }
p { color: rgb(140,42,190); }
H1.HeaderClassName
{
color: #8C2ABE;
}
.AnyTagClassName
{
color: #8C2ABE;
}
</style>
background-color css
<style>
a { background-color: #8C2ABE; }
a { background-color: rgb(140,42,190); }
div.DivClassName
{
background-color: #8C2ABE;
}
.BgClassName
{
background-color: #8C2ABE;
}
</style>
border-color css
<style>
span { border-color: #8C2ABE; }
span { border-color: rgb(140,42,190); }
td.TdClassName
{
border-color: #8C2ABE;
}
.TagClassName
{
border-color: #8C2ABE;
}
</style>