Shades of Dark Purple #800869
Tints of Dark Purple #800869
RGB
CMYK
RGB Variations
Color information
#800869 (or 0x800869) is known color: Dark Purple. HEX triplet: 80, 08 and 69. RGB value is (128,8,105). Sum of RGB (Red+Green+Blue) = 128+8+105=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #800869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800869 is #7FF796. Grayscale: #363636. Windows color (decimal): -8386455 or 6883456. OLE color: 6883456.
HSL color Cylindrical-coordinate representation of color #800869: hue angle of 311.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800869 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 105 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.50 |
| HSL | 311.5º | 0.88% | 0.27% | - |
| HSV(B) | 311.5º | 0.94% | 0.5% | - |
| XYZ | 11.54 | 5.78 | 13.87 | - |
| YUV | 54.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 105 | 0 | 0.94 | 0.18 | 0.50 | 311.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 69 | 0 | 5E | 12 | 32 | 138 | 58 | 1B |
| Octal | 200 | 10 | 151 | 0 | 136 | 22 | 62 | 470 | 130 | 33 |
| Binary | 10000000 | 1000 | 1101001 | 0 | 1011110 | 10010 | 110010 | 100111000 | 1011000 | 11011 |
Color Harmonies of #800869
Complementary color
Monochromatic Colors of #800869
Black with #800869
Text Example
Text Example
White with #800869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800869; }
p { color: rgb(128,8,105); }
H1.HeaderClassName
{
color: #800869;
}
.AnyTagClassName
{
color: #800869;
}
</style>
background-color css
<style>
a { background-color: #800869; }
a { background-color: rgb(128,8,105); }
div.DivClassName
{
background-color: #800869;
}
.BgClassName
{
background-color: #800869;
}
</style>
border-color css
<style>
span { border-color: #800869; }
span { border-color: rgb(128,8,105); }
td.TdClassName
{
border-color: #800869;
}
.TagClassName
{
border-color: #800869;
}
</style>