Shades of Dark Purple #8C2668
Tints of Dark Purple #8C2668
RGB
CMYK
RGB Variations
Color information
#8C2668 (or 0x8C2668) is known color: Dark Purple. HEX triplet: 8C, 26 and 68. RGB value is (140,38,104). Sum of RGB (Red+Green+Blue) = 140+38+104=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2668 is #73D997. Grayscale: #4B4B4B. Windows color (decimal): -7592344 or 6825612. OLE color: 6825612.
HSL color Cylindrical-coordinate representation of color #8C2668: hue angle of 321.18º 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 #8C2668 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 104 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.45 |
| HSL | 321.18º | 0.57% | 0.35% | - |
| HSV(B) | 321.18º | 0.73% | 0.55% | - |
| XYZ | 14.01 | 7.96 | 13.9 | - |
| YUV | 76.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 104 | 0 | 0.73 | 0.26 | 0.45 | 321.18 | 0.57 | 0.35 |
| Hex | 8C | 26 | 68 | 0 | 49 | 1A | 2D | 141 | 39 | 23 |
| Octal | 214 | 46 | 150 | 0 | 111 | 32 | 55 | 501 | 71 | 43 |
| Binary | 10001100 | 100110 | 1101000 | 0 | 1001001 | 11010 | 101101 | 101000001 | 111001 | 100011 |
Color Harmonies of #8C2668
Complementary color
Monochromatic Colors of #8C2668
Black with #8C2668
Text Example
Text Example
White with #8C2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2668; }
p { color: rgb(140,38,104); }
H1.HeaderClassName
{
color: #8C2668;
}
.AnyTagClassName
{
color: #8C2668;
}
</style>
background-color css
<style>
a { background-color: #8C2668; }
a { background-color: rgb(140,38,104); }
div.DivClassName
{
background-color: #8C2668;
}
.BgClassName
{
background-color: #8C2668;
}
</style>
border-color css
<style>
span { border-color: #8C2668; }
span { border-color: rgb(140,38,104); }
td.TdClassName
{
border-color: #8C2668;
}
.TagClassName
{
border-color: #8C2668;
}
</style>