Shades of Purple #800C8A
Tints of Purple #800C8A
RGB
CMYK
RGB Variations
Color information
#800C8A (or 0x800C8A) is known color: Purple. HEX triplet: 80, 0C and 8A. RGB value is (128,12,138). Sum of RGB (Red+Green+Blue) = 128+12+138=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #800C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800C8A is #7FF375. Grayscale: #3C3C3C. Windows color (decimal): -8385398 or 9047168. OLE color: 9047168.
HSL color Cylindrical-coordinate representation of color #800C8A: hue angle of 295.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C8A is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 12 | 138 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.46 |
| HSL | 295.24º | 0.84% | 0.29% | - |
| HSV(B) | 295.24º | 0.91% | 0.54% | - |
| XYZ | 13.62 | 6.69 | 24.62 | - |
| YUV | 61.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 138 | 0.07 | 0.91 | 0 | 0.46 | 295.24 | 0.84 | 0.29 |
| Hex | 80 | C | 8A | 7 | 5B | 0 | 2E | 127 | 54 | 1D |
| Octal | 200 | 14 | 212 | 7 | 133 | 0 | 56 | 447 | 124 | 35 |
| Binary | 10000000 | 1100 | 10001010 | 111 | 1011011 | 0 | 101110 | 100100111 | 1010100 | 11101 |
Color Harmonies of #800C8A
Complementary color
Monochromatic Colors of #800C8A
Black with #800C8A
Text Example
Text Example
White with #800C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C8A; }
p { color: rgb(128,12,138); }
H1.HeaderClassName
{
color: #800C8A;
}
.AnyTagClassName
{
color: #800C8A;
}
</style>
background-color css
<style>
a { background-color: #800C8A; }
a { background-color: rgb(128,12,138); }
div.DivClassName
{
background-color: #800C8A;
}
.BgClassName
{
background-color: #800C8A;
}
</style>
border-color css
<style>
span { border-color: #800C8A; }
span { border-color: rgb(128,12,138); }
td.TdClassName
{
border-color: #800C8A;
}
.TagClassName
{
border-color: #800C8A;
}
</style>