Shades of Dark Purple #80195F
Tints of Dark Purple #80195F
RGB
CMYK
RGB Variations
Color information
#80195F (or 0x80195F) is known color: Dark Purple. HEX triplet: 80, 19 and 5F. RGB value is (128,25,95). Sum of RGB (Red+Green+Blue) = 128+25+95=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #80195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80195F is #7FE6A0. Grayscale: #3F3F3F. Windows color (decimal): -8382113 or 6232448. OLE color: 6232448.
HSL color Cylindrical-coordinate representation of color #80195F: hue angle of 319.22º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80195F is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 95 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.50 |
| HSL | 319.22º | 0.67% | 0.3% | - |
| HSV(B) | 319.22º | 0.8% | 0.5% | - |
| XYZ | 11.32 | 6.11 | 11.41 | - |
| YUV | 63.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 95 | 0 | 0.80 | 0.26 | 0.50 | 319.22 | 0.67 | 0.3 |
| Hex | 80 | 19 | 5F | 0 | 50 | 1A | 32 | 13F | 43 | 1E |
| Octal | 200 | 31 | 137 | 0 | 120 | 32 | 62 | 477 | 103 | 36 |
| Binary | 10000000 | 11001 | 1011111 | 0 | 1010000 | 11010 | 110010 | 100111111 | 1000011 | 11110 |
Color Harmonies of #80195F
Complementary color
Monochromatic Colors of #80195F
Black with #80195F
Text Example
Text Example
White with #80195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80195F; }
p { color: rgb(128,25,95); }
H1.HeaderClassName
{
color: #80195F;
}
.AnyTagClassName
{
color: #80195F;
}
</style>
background-color css
<style>
a { background-color: #80195F; }
a { background-color: rgb(128,25,95); }
div.DivClassName
{
background-color: #80195F;
}
.BgClassName
{
background-color: #80195F;
}
</style>
border-color css
<style>
span { border-color: #80195F; }
span { border-color: rgb(128,25,95); }
td.TdClassName
{
border-color: #80195F;
}
.TagClassName
{
border-color: #80195F;
}
</style>