Shades of Vivid Violet #852B86
Tints of Vivid Violet #852B86
RGB
CMYK
RGB Variations
Color information
#852B86 (or 0x852B86) is known color: Vivid Violet. HEX triplet: 85, 2B and 86. RGB value is (133,43,134). Sum of RGB (Red+Green+Blue) = 133+43+134=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #852B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852B86 is #7AD479. Grayscale: #505050. Windows color (decimal): -8049786 or 8792965. OLE color: 8792965.
HSL color Cylindrical-coordinate representation of color #852B86: hue angle of 299.34º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B86 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 43 | 134 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.47 |
| HSL | 299.34º | 0.51% | 0.35% | - |
| HSV(B) | 299.34º | 0.68% | 0.53% | - |
| XYZ | 14.84 | 8.44 | 23.4 | - |
| YUV | 80.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 134 | 0.01 | 0.68 | 0 | 0.47 | 299.34 | 0.51 | 0.35 |
| Hex | 85 | 2B | 86 | 1 | 44 | 0 | 2F | 12B | 33 | 23 |
| Octal | 205 | 53 | 206 | 1 | 104 | 0 | 57 | 453 | 63 | 43 |
| Binary | 10000101 | 101011 | 10000110 | 1 | 1000100 | 0 | 101111 | 100101011 | 110011 | 100011 |
Color Harmonies of #852B86
Complementary color
Monochromatic Colors of #852B86
Black with #852B86
Text Example
Text Example
White with #852B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B86; }
p { color: rgb(133,43,134); }
H1.HeaderClassName
{
color: #852B86;
}
.AnyTagClassName
{
color: #852B86;
}
</style>
background-color css
<style>
a { background-color: #852B86; }
a { background-color: rgb(133,43,134); }
div.DivClassName
{
background-color: #852B86;
}
.BgClassName
{
background-color: #852B86;
}
</style>
border-color css
<style>
span { border-color: #852B86; }
span { border-color: rgb(133,43,134); }
td.TdClassName
{
border-color: #852B86;
}
.TagClassName
{
border-color: #852B86;
}
</style>