Shades of Dark Purple #852E6A
Tints of Dark Purple #852E6A
RGB
CMYK
RGB Variations
Color information
#852E6A (or 0x852E6A) is known color: Dark Purple. HEX triplet: 85, 2E and 6A. RGB value is (133,46,106). Sum of RGB (Red+Green+Blue) = 133+46+106=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #852E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852E6A is #7AD195. Grayscale: #4E4E4E. Windows color (decimal): -8049046 or 6958725. OLE color: 6958725.
HSL color Cylindrical-coordinate representation of color #852E6A: hue angle of 318.62º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E6A is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 106 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.48 |
| HSL | 318.62º | 0.49% | 0.35% | - |
| HSV(B) | 318.62º | 0.65% | 0.52% | - |
| XYZ | 13.25 | 7.98 | 14.48 | - |
| YUV | 78.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 106 | 0 | 0.65 | 0.20 | 0.48 | 318.62 | 0.49 | 0.35 |
| Hex | 85 | 2E | 6A | 0 | 41 | 14 | 30 | 13F | 31 | 23 |
| Octal | 205 | 56 | 152 | 0 | 101 | 24 | 60 | 477 | 61 | 43 |
| Binary | 10000101 | 101110 | 1101010 | 0 | 1000001 | 10100 | 110000 | 100111111 | 110001 | 100011 |
Color Harmonies of #852E6A
Complementary color
Monochromatic Colors of #852E6A
Black with #852E6A
Text Example
Text Example
White with #852E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E6A; }
p { color: rgb(133,46,106); }
H1.HeaderClassName
{
color: #852E6A;
}
.AnyTagClassName
{
color: #852E6A;
}
</style>
background-color css
<style>
a { background-color: #852E6A; }
a { background-color: rgb(133,46,106); }
div.DivClassName
{
background-color: #852E6A;
}
.BgClassName
{
background-color: #852E6A;
}
</style>
border-color css
<style>
span { border-color: #852E6A; }
span { border-color: rgb(133,46,106); }
td.TdClassName
{
border-color: #852E6A;
}
.TagClassName
{
border-color: #852E6A;
}
</style>