Shades of Dark Purple #852166
Tints of Dark Purple #852166
RGB
CMYK
RGB Variations
Color information
#852166 (or 0x852166) is known color: Dark Purple. HEX triplet: 85, 21 and 66. RGB value is (133,33,102). Sum of RGB (Red+Green+Blue) = 133+33+102=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #852166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852166 is #7ADE99. Grayscale: #464646. Windows color (decimal): -8052378 or 6693253. OLE color: 6693253.
HSL color Cylindrical-coordinate representation of color #852166: hue angle of 318.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852166 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 102 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.48 |
| HSL | 318.6º | 0.6% | 0.33% | - |
| HSV(B) | 318.6º | 0.75% | 0.52% | - |
| XYZ | 12.62 | 7.03 | 13.26 | - |
| YUV | 70.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 102 | 0 | 0.75 | 0.23 | 0.48 | 318.6 | 0.6 | 0.33 |
| Hex | 85 | 21 | 66 | 0 | 4B | 17 | 30 | 13F | 3C | 21 |
| Octal | 205 | 41 | 146 | 0 | 113 | 27 | 60 | 477 | 74 | 41 |
| Binary | 10000101 | 100001 | 1100110 | 0 | 1001011 | 10111 | 110000 | 100111111 | 111100 | 100001 |
Color Harmonies of #852166
Complementary color
Monochromatic Colors of #852166
Black with #852166
Text Example
Text Example
White with #852166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852166; }
p { color: rgb(133,33,102); }
H1.HeaderClassName
{
color: #852166;
}
.AnyTagClassName
{
color: #852166;
}
</style>
background-color css
<style>
a { background-color: #852166; }
a { background-color: rgb(133,33,102); }
div.DivClassName
{
background-color: #852166;
}
.BgClassName
{
background-color: #852166;
}
</style>
border-color css
<style>
span { border-color: #852166; }
span { border-color: rgb(133,33,102); }
td.TdClassName
{
border-color: #852166;
}
.TagClassName
{
border-color: #852166;
}
</style>