Shades of Purple #810385
Tints of Purple #810385
RGB
CMYK
RGB Variations
Color information
#810385 (or 0x810385) is known color: Purple. HEX triplet: 81, 03 and 85. RGB value is (129,3,133). Sum of RGB (Red+Green+Blue) = 129+3+133=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #810385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810385 is #7EFC7A. Grayscale: #373737. Windows color (decimal): -8322171 or 8717185. OLE color: 8717185.
HSL color Cylindrical-coordinate representation of color #810385: hue angle of 298.15º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810385 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 3 | 133 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.48 |
| HSL | 298.15º | 0.96% | 0.27% | - |
| HSV(B) | 298.15º | 0.98% | 0.52% | - |
| XYZ | 13.32 | 6.43 | 22.73 | - |
| YUV | 55.49 | 171.74 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 133 | 0.03 | 0.98 | 0 | 0.48 | 298.15 | 0.96 | 0.27 |
| Hex | 81 | 3 | 85 | 3 | 62 | 0 | 30 | 12A | 60 | 1B |
| Octal | 201 | 3 | 205 | 3 | 142 | 0 | 60 | 452 | 140 | 33 |
| Binary | 10000001 | 11 | 10000101 | 11 | 1100010 | 0 | 110000 | 100101010 | 1100000 | 11011 |
Color Harmonies of #810385
Complementary color
Monochromatic Colors of #810385
Black with #810385
Text Example
Text Example
White with #810385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810385; }
p { color: rgb(129,3,133); }
H1.HeaderClassName
{
color: #810385;
}
.AnyTagClassName
{
color: #810385;
}
</style>
background-color css
<style>
a { background-color: #810385; }
a { background-color: rgb(129,3,133); }
div.DivClassName
{
background-color: #810385;
}
.BgClassName
{
background-color: #810385;
}
</style>
border-color css
<style>
span { border-color: #810385; }
span { border-color: rgb(129,3,133); }
td.TdClassName
{
border-color: #810385;
}
.TagClassName
{
border-color: #810385;
}
</style>