Shades of Dark Purple #8C296B
Tints of Dark Purple #8C296B
RGB
CMYK
RGB Variations
Color information
#8C296B (or 0x8C296B) is known color: Dark Purple. HEX triplet: 8C, 29 and 6B. RGB value is (140,41,107). Sum of RGB (Red+Green+Blue) = 140+41+107=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C296B is #73D694. Grayscale: #4D4D4D. Windows color (decimal): -7591573 or 7022988. OLE color: 7022988.
HSL color Cylindrical-coordinate representation of color #8C296B: hue angle of 320º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C296B is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 107 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.45 |
| HSL | 320º | 0.55% | 0.35% | - |
| HSV(B) | 320º | 0.71% | 0.55% | - |
| XYZ | 14.26 | 8.22 | 14.75 | - |
| YUV | 78.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 107 | 0 | 0.71 | 0.24 | 0.45 | 320 | 0.55 | 0.35 |
| Hex | 8C | 29 | 6B | 0 | 47 | 18 | 2D | 140 | 37 | 23 |
| Octal | 214 | 51 | 153 | 0 | 107 | 30 | 55 | 500 | 67 | 43 |
| Binary | 10001100 | 101001 | 1101011 | 0 | 1000111 | 11000 | 101101 | 101000000 | 110111 | 100011 |
Color Harmonies of #8C296B
Complementary color
Monochromatic Colors of #8C296B
Black with #8C296B
Text Example
Text Example
White with #8C296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C296B; }
p { color: rgb(140,41,107); }
H1.HeaderClassName
{
color: #8C296B;
}
.AnyTagClassName
{
color: #8C296B;
}
</style>
background-color css
<style>
a { background-color: #8C296B; }
a { background-color: rgb(140,41,107); }
div.DivClassName
{
background-color: #8C296B;
}
.BgClassName
{
background-color: #8C296B;
}
</style>
border-color css
<style>
span { border-color: #8C296B; }
span { border-color: rgb(140,41,107); }
td.TdClassName
{
border-color: #8C296B;
}
.TagClassName
{
border-color: #8C296B;
}
</style>