Shades of Dark Purple #852B6B
Tints of Dark Purple #852B6B
RGB
CMYK
RGB Variations
Color information
#852B6B (or 0x852B6B) is known color: Dark Purple. HEX triplet: 85, 2B and 6B. RGB value is (133,43,107). Sum of RGB (Red+Green+Blue) = 133+43+107=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B6B is #7AD494. Grayscale: #4D4D4D. Windows color (decimal): -8049813 or 7023493. OLE color: 7023493.
HSL color Cylindrical-coordinate representation of color #852B6B: hue angle of 317.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B6B is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 43 | 107 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.48 |
| HSL | 317.33º | 0.51% | 0.35% | - |
| HSV(B) | 317.33º | 0.68% | 0.52% | - |
| XYZ | 13.19 | 7.78 | 14.72 | - |
| YUV | 77.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 107 | 0 | 0.68 | 0.20 | 0.48 | 317.33 | 0.51 | 0.35 |
| Hex | 85 | 2B | 6B | 0 | 44 | 14 | 30 | 13D | 33 | 23 |
| Octal | 205 | 53 | 153 | 0 | 104 | 24 | 60 | 475 | 63 | 43 |
| Binary | 10000101 | 101011 | 1101011 | 0 | 1000100 | 10100 | 110000 | 100111101 | 110011 | 100011 |
Color Harmonies of #852B6B
Complementary color
Monochromatic Colors of #852B6B
Black with #852B6B
Text Example
Text Example
White with #852B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B6B; }
p { color: rgb(133,43,107); }
H1.HeaderClassName
{
color: #852B6B;
}
.AnyTagClassName
{
color: #852B6B;
}
</style>
background-color css
<style>
a { background-color: #852B6B; }
a { background-color: rgb(133,43,107); }
div.DivClassName
{
background-color: #852B6B;
}
.BgClassName
{
background-color: #852B6B;
}
</style>
border-color css
<style>
span { border-color: #852B6B; }
span { border-color: rgb(133,43,107); }
td.TdClassName
{
border-color: #852B6B;
}
.TagClassName
{
border-color: #852B6B;
}
</style>