Shades of Dark Purple #80286C
Tints of Dark Purple #80286C
RGB
CMYK
RGB Variations
Color information
#80286C (or 0x80286C) is known color: Dark Purple. HEX triplet: 80, 28 and 6C. RGB value is (128,40,108). Sum of RGB (Red+Green+Blue) = 128+40+108=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80286C is #7FD793. Grayscale: #494949. Windows color (decimal): -8378260 or 7088256. OLE color: 7088256.
HSL color Cylindrical-coordinate representation of color #80286C: hue angle of 313.64º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80286C is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 108 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.50 |
| HSL | 313.64º | 0.52% | 0.33% | - |
| HSV(B) | 313.64º | 0.69% | 0.5% | - |
| XYZ | 12.37 | 7.19 | 14.92 | - |
| YUV | 74.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 108 | 0 | 0.69 | 0.16 | 0.50 | 313.64 | 0.52 | 0.33 |
| Hex | 80 | 28 | 6C | 0 | 45 | 10 | 32 | 13A | 34 | 21 |
| Octal | 200 | 50 | 154 | 0 | 105 | 20 | 62 | 472 | 64 | 41 |
| Binary | 10000000 | 101000 | 1101100 | 0 | 1000101 | 10000 | 110010 | 100111010 | 110100 | 100001 |
Color Harmonies of #80286C
Complementary color
Monochromatic Colors of #80286C
Black with #80286C
Text Example
Text Example
White with #80286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80286C; }
p { color: rgb(128,40,108); }
H1.HeaderClassName
{
color: #80286C;
}
.AnyTagClassName
{
color: #80286C;
}
</style>
background-color css
<style>
a { background-color: #80286C; }
a { background-color: rgb(128,40,108); }
div.DivClassName
{
background-color: #80286C;
}
.BgClassName
{
background-color: #80286C;
}
</style>
border-color css
<style>
span { border-color: #80286C; }
span { border-color: rgb(128,40,108); }
td.TdClassName
{
border-color: #80286C;
}
.TagClassName
{
border-color: #80286C;
}
</style>