Shades of Dark Purple #810969
Tints of Dark Purple #810969
RGB
CMYK
RGB Variations
Color information
#810969 (or 0x810969) is known color: Dark Purple. HEX triplet: 81, 09 and 69. RGB value is (129,9,105). Sum of RGB (Red+Green+Blue) = 129+9+105=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #810969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810969 is #7EF696. Grayscale: #373737. Windows color (decimal): -8320663 or 6883713. OLE color: 6883713.
HSL color Cylindrical-coordinate representation of color #810969: hue angle of 312º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810969 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 105 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.49 |
| HSL | 312º | 0.87% | 0.27% | - |
| HSV(B) | 312º | 0.93% | 0.51% | - |
| XYZ | 11.7 | 5.88 | 13.88 | - |
| YUV | 55.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 105 | 0 | 0.93 | 0.19 | 0.49 | 312 | 0.87 | 0.27 |
| Hex | 81 | 9 | 69 | 0 | 5D | 13 | 31 | 138 | 57 | 1B |
| Octal | 201 | 11 | 151 | 0 | 135 | 23 | 61 | 470 | 127 | 33 |
| Binary | 10000001 | 1001 | 1101001 | 0 | 1011101 | 10011 | 110001 | 100111000 | 1010111 | 11011 |
Color Harmonies of #810969
Complementary color
Monochromatic Colors of #810969
Black with #810969
Text Example
Text Example
White with #810969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810969; }
p { color: rgb(129,9,105); }
H1.HeaderClassName
{
color: #810969;
}
.AnyTagClassName
{
color: #810969;
}
</style>
background-color css
<style>
a { background-color: #810969; }
a { background-color: rgb(129,9,105); }
div.DivClassName
{
background-color: #810969;
}
.BgClassName
{
background-color: #810969;
}
</style>
border-color css
<style>
span { border-color: #810969; }
span { border-color: rgb(129,9,105); }
td.TdClassName
{
border-color: #810969;
}
.TagClassName
{
border-color: #810969;
}
</style>