Shades of Dark Purple #8C266C
Tints of Dark Purple #8C266C
RGB
CMYK
RGB Variations
Color information
#8C266C (or 0x8C266C) is known color: Dark Purple. HEX triplet: 8C, 26 and 6C. RGB value is (140,38,108). Sum of RGB (Red+Green+Blue) = 140+38+108=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C266C is #73D993. Grayscale: #4C4C4C. Windows color (decimal): -7592340 or 7087756. OLE color: 7087756.
HSL color Cylindrical-coordinate representation of color #8C266C: hue angle of 318.82º 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 #8C266C is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 108 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.45 |
| HSL | 318.82º | 0.57% | 0.35% | - |
| HSV(B) | 318.82º | 0.73% | 0.55% | - |
| XYZ | 14.22 | 8.04 | 14.99 | - |
| YUV | 76.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 108 | 0 | 0.73 | 0.23 | 0.45 | 318.82 | 0.57 | 0.35 |
| Hex | 8C | 26 | 6C | 0 | 49 | 17 | 2D | 13F | 39 | 23 |
| Octal | 214 | 46 | 154 | 0 | 111 | 27 | 55 | 477 | 71 | 43 |
| Binary | 10001100 | 100110 | 1101100 | 0 | 1001001 | 10111 | 101101 | 100111111 | 111001 | 100011 |
Color Harmonies of #8C266C
Complementary color
Monochromatic Colors of #8C266C
Black with #8C266C
Text Example
Text Example
White with #8C266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C266C; }
p { color: rgb(140,38,108); }
H1.HeaderClassName
{
color: #8C266C;
}
.AnyTagClassName
{
color: #8C266C;
}
</style>
background-color css
<style>
a { background-color: #8C266C; }
a { background-color: rgb(140,38,108); }
div.DivClassName
{
background-color: #8C266C;
}
.BgClassName
{
background-color: #8C266C;
}
</style>
border-color css
<style>
span { border-color: #8C266C; }
span { border-color: rgb(140,38,108); }
td.TdClassName
{
border-color: #8C266C;
}
.TagClassName
{
border-color: #8C266C;
}
</style>