Shades of Dark Purple #852167
Tints of Dark Purple #852167
RGB
CMYK
RGB Variations
Color information
#852167 (or 0x852167) is known color: Dark Purple. HEX triplet: 85, 21 and 67. RGB value is (133,33,103). Sum of RGB (Red+Green+Blue) = 133+33+103=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #852167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852167 is #7ADE98. Grayscale: #464646. Windows color (decimal): -8052377 or 6758789. OLE color: 6758789.
HSL color Cylindrical-coordinate representation of color #852167: hue angle of 318º 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 #852167 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 103 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.48 |
| HSL | 318º | 0.6% | 0.33% | - |
| HSV(B) | 318º | 0.75% | 0.52% | - |
| XYZ | 12.66 | 7.05 | 13.53 | - |
| YUV | 70.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 103 | 0 | 0.75 | 0.23 | 0.48 | 318 | 0.6 | 0.33 |
| Hex | 85 | 21 | 67 | 0 | 4B | 17 | 30 | 13E | 3C | 21 |
| Octal | 205 | 41 | 147 | 0 | 113 | 27 | 60 | 476 | 74 | 41 |
| Binary | 10000101 | 100001 | 1100111 | 0 | 1001011 | 10111 | 110000 | 100111110 | 111100 | 100001 |
Color Harmonies of #852167
Complementary color
Monochromatic Colors of #852167
Black with #852167
Text Example
Text Example
White with #852167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852167; }
p { color: rgb(133,33,103); }
H1.HeaderClassName
{
color: #852167;
}
.AnyTagClassName
{
color: #852167;
}
</style>
background-color css
<style>
a { background-color: #852167; }
a { background-color: rgb(133,33,103); }
div.DivClassName
{
background-color: #852167;
}
.BgClassName
{
background-color: #852167;
}
</style>
border-color css
<style>
span { border-color: #852167; }
span { border-color: rgb(133,33,103); }
td.TdClassName
{
border-color: #852167;
}
.TagClassName
{
border-color: #852167;
}
</style>