Shades of Dark Purple #8C1B88
Tints of Dark Purple #8C1B88
RGB
CMYK
RGB Variations
Color information
#8C1B88 (or 0x8C1B88) is known color: Dark Purple. HEX triplet: 8C, 1B and 88. RGB value is (140,27,136). Sum of RGB (Red+Green+Blue) = 140+27+136=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1B88 is #73E477. Grayscale: #484848. Windows color (decimal): -7595128 or 8919948. OLE color: 8919948.
HSL color Cylindrical-coordinate representation of color #8C1B88: hue angle of 302.12º 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 #8C1B88 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 27 | 136 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.45 |
| HSL | 302.12º | 0.68% | 0.33% | - |
| HSV(B) | 302.12º | 0.81% | 0.55% | - |
| XYZ | 15.65 | 8.14 | 24.04 | - |
| YUV | 73.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 27 | 136 | 0 | 0.81 | 0.03 | 0.45 | 302.12 | 0.68 | 0.33 |
| Hex | 8C | 1B | 88 | 0 | 51 | 3 | 2D | 12E | 44 | 21 |
| Octal | 214 | 33 | 210 | 0 | 121 | 3 | 55 | 456 | 104 | 41 |
| Binary | 10001100 | 11011 | 10001000 | 0 | 1010001 | 11 | 101101 | 100101110 | 1000100 | 100001 |
Color Harmonies of #8C1B88
Complementary color
Monochromatic Colors of #8C1B88
Black with #8C1B88
Text Example
Text Example
White with #8C1B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1B88; }
p { color: rgb(140,27,136); }
H1.HeaderClassName
{
color: #8C1B88;
}
.AnyTagClassName
{
color: #8C1B88;
}
</style>
background-color css
<style>
a { background-color: #8C1B88; }
a { background-color: rgb(140,27,136); }
div.DivClassName
{
background-color: #8C1B88;
}
.BgClassName
{
background-color: #8C1B88;
}
</style>
border-color css
<style>
span { border-color: #8C1B88; }
span { border-color: rgb(140,27,136); }
td.TdClassName
{
border-color: #8C1B88;
}
.TagClassName
{
border-color: #8C1B88;
}
</style>