Shades of Dark Purple #8C2666
Tints of Dark Purple #8C2666
RGB
CMYK
RGB Variations
Color information
#8C2666 (or 0x8C2666) is known color: Dark Purple. HEX triplet: 8C, 26 and 66. RGB value is (140,38,102). Sum of RGB (Red+Green+Blue) = 140+38+102=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2666 is #73D999. Grayscale: #4B4B4B. Windows color (decimal): -7592346 or 6694540. OLE color: 6694540.
HSL color Cylindrical-coordinate representation of color #8C2666: hue angle of 322.35º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2666 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 102 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.45 |
| HSL | 322.35º | 0.57% | 0.35% | - |
| HSV(B) | 322.35º | 0.73% | 0.55% | - |
| XYZ | 13.91 | 7.92 | 13.37 | - |
| YUV | 75.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 102 | 0 | 0.73 | 0.27 | 0.45 | 322.35 | 0.57 | 0.35 |
| Hex | 8C | 26 | 66 | 0 | 49 | 1B | 2D | 142 | 39 | 23 |
| Octal | 214 | 46 | 146 | 0 | 111 | 33 | 55 | 502 | 71 | 43 |
| Binary | 10001100 | 100110 | 1100110 | 0 | 1001001 | 11011 | 101101 | 101000010 | 111001 | 100011 |
Color Harmonies of #8C2666
Complementary color
Monochromatic Colors of #8C2666
Black with #8C2666
Text Example
Text Example
White with #8C2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2666; }
p { color: rgb(140,38,102); }
H1.HeaderClassName
{
color: #8C2666;
}
.AnyTagClassName
{
color: #8C2666;
}
</style>
background-color css
<style>
a { background-color: #8C2666; }
a { background-color: rgb(140,38,102); }
div.DivClassName
{
background-color: #8C2666;
}
.BgClassName
{
background-color: #8C2666;
}
</style>
border-color css
<style>
span { border-color: #8C2666; }
span { border-color: rgb(140,38,102); }
td.TdClassName
{
border-color: #8C2666;
}
.TagClassName
{
border-color: #8C2666;
}
</style>