Shades of Purple #800C88
Tints of Purple #800C88
RGB
CMYK
RGB Variations
Color information
#800C88 (or 0x800C88) is known color: Purple. HEX triplet: 80, 0C and 88. RGB value is (128,12,136). Sum of RGB (Red+Green+Blue) = 128+12+136=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #800C88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800C88 is #7FF377. Grayscale: #3C3C3C. Windows color (decimal): -8385400 or 8916096. OLE color: 8916096.
HSL color Cylindrical-coordinate representation of color #800C88: hue angle of 296.13º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C88 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 12 | 136 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.47 |
| HSL | 296.13º | 0.84% | 0.29% | - |
| HSV(B) | 296.13º | 0.91% | 0.53% | - |
| XYZ | 13.48 | 6.63 | 23.86 | - |
| YUV | 60.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 136 | 0.06 | 0.91 | 0 | 0.47 | 296.13 | 0.84 | 0.29 |
| Hex | 80 | C | 88 | 6 | 5B | 0 | 2F | 128 | 54 | 1D |
| Octal | 200 | 14 | 210 | 6 | 133 | 0 | 57 | 450 | 124 | 35 |
| Binary | 10000000 | 1100 | 10001000 | 110 | 1011011 | 0 | 101111 | 100101000 | 1010100 | 11101 |
Color Harmonies of #800C88
Complementary color
Monochromatic Colors of #800C88
Black with #800C88
Text Example
Text Example
White with #800C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C88; }
p { color: rgb(128,12,136); }
H1.HeaderClassName
{
color: #800C88;
}
.AnyTagClassName
{
color: #800C88;
}
</style>
background-color css
<style>
a { background-color: #800C88; }
a { background-color: rgb(128,12,136); }
div.DivClassName
{
background-color: #800C88;
}
.BgClassName
{
background-color: #800C88;
}
</style>
border-color css
<style>
span { border-color: #800C88; }
span { border-color: rgb(128,12,136); }
td.TdClassName
{
border-color: #800C88;
}
.TagClassName
{
border-color: #800C88;
}
</style>