Shades of Dark Purple #852766
Tints of Dark Purple #852766
RGB
CMYK
RGB Variations
Color information
#852766 (or 0x852766) is known color: Dark Purple. HEX triplet: 85, 27 and 66. RGB value is (133,39,102). Sum of RGB (Red+Green+Blue) = 133+39+102=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #852766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852766 is #7AD899. Grayscale: #4A4A4A. Windows color (decimal): -8050842 or 6694789. OLE color: 6694789.
HSL color Cylindrical-coordinate representation of color #852766: hue angle of 319.79º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852766 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 102 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.48 |
| HSL | 319.79º | 0.55% | 0.34% | - |
| HSV(B) | 319.79º | 0.71% | 0.52% | - |
| XYZ | 12.8 | 7.4 | 13.32 | - |
| YUV | 74.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 102 | 0 | 0.71 | 0.23 | 0.48 | 319.79 | 0.55 | 0.34 |
| Hex | 85 | 27 | 66 | 0 | 47 | 17 | 30 | 140 | 37 | 22 |
| Octal | 205 | 47 | 146 | 0 | 107 | 27 | 60 | 500 | 67 | 42 |
| Binary | 10000101 | 100111 | 1100110 | 0 | 1000111 | 10111 | 110000 | 101000000 | 110111 | 100010 |
Color Harmonies of #852766
Complementary color
Monochromatic Colors of #852766
Black with #852766
Text Example
Text Example
White with #852766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852766; }
p { color: rgb(133,39,102); }
H1.HeaderClassName
{
color: #852766;
}
.AnyTagClassName
{
color: #852766;
}
</style>
background-color css
<style>
a { background-color: #852766; }
a { background-color: rgb(133,39,102); }
div.DivClassName
{
background-color: #852766;
}
.BgClassName
{
background-color: #852766;
}
</style>
border-color css
<style>
span { border-color: #852766; }
span { border-color: rgb(133,39,102); }
td.TdClassName
{
border-color: #852766;
}
.TagClassName
{
border-color: #852766;
}
</style>