Shades of Dark Purple #8C1B78
Tints of Dark Purple #8C1B78
RGB
CMYK
RGB Variations
Color information
#8C1B78 (or 0x8C1B78) is known color: Dark Purple. HEX triplet: 8C, 1B and 78. RGB value is (140,27,120). Sum of RGB (Red+Green+Blue) = 140+27+120=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1B78 is #73E487. Grayscale: #474747. Windows color (decimal): -7595144 or 7871372. OLE color: 7871372.
HSL color Cylindrical-coordinate representation of color #8C1B78: hue angle of 310.62º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1B78 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 27 | 120 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.45 |
| HSL | 310.62º | 0.68% | 0.33% | - |
| HSV(B) | 310.62º | 0.81% | 0.55% | - |
| XYZ | 14.6 | 7.72 | 18.49 | - |
| YUV | 71.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 27 | 120 | 0 | 0.81 | 0.14 | 0.45 | 310.62 | 0.68 | 0.33 |
| Hex | 8C | 1B | 78 | 0 | 51 | E | 2D | 137 | 44 | 21 |
| Octal | 214 | 33 | 170 | 0 | 121 | 16 | 55 | 467 | 104 | 41 |
| Binary | 10001100 | 11011 | 1111000 | 0 | 1010001 | 1110 | 101101 | 100110111 | 1000100 | 100001 |
Color Harmonies of #8C1B78
Complementary color
Monochromatic Colors of #8C1B78
Black with #8C1B78
Text Example
Text Example
White with #8C1B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1B78; }
p { color: rgb(140,27,120); }
H1.HeaderClassName
{
color: #8C1B78;
}
.AnyTagClassName
{
color: #8C1B78;
}
</style>
background-color css
<style>
a { background-color: #8C1B78; }
a { background-color: rgb(140,27,120); }
div.DivClassName
{
background-color: #8C1B78;
}
.BgClassName
{
background-color: #8C1B78;
}
</style>
border-color css
<style>
span { border-color: #8C1B78; }
span { border-color: rgb(140,27,120); }
td.TdClassName
{
border-color: #8C1B78;
}
.TagClassName
{
border-color: #8C1B78;
}
</style>