Shades of Vivid Violet #852B88
Tints of Vivid Violet #852B88
RGB
CMYK
RGB Variations
Color information
#852B88 (or 0x852B88) is known color: Vivid Violet. HEX triplet: 85, 2B and 88. RGB value is (133,43,136). Sum of RGB (Red+Green+Blue) = 133+43+136=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #852B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852B88 is #7AD477. Grayscale: #505050. Windows color (decimal): -8049784 or 8924037. OLE color: 8924037.
HSL color Cylindrical-coordinate representation of color #852B88: hue angle of 298.06º degrees, saturation: 0.52, 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 #852B88 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 43 | 136 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.47 |
| HSL | 298.06º | 0.52% | 0.35% | - |
| HSV(B) | 298.06º | 0.68% | 0.53% | - |
| XYZ | 14.98 | 8.49 | 24.14 | - |
| YUV | 80.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 136 | 0.02 | 0.68 | 0 | 0.47 | 298.06 | 0.52 | 0.35 |
| Hex | 85 | 2B | 88 | 2 | 44 | 0 | 2F | 12A | 34 | 23 |
| Octal | 205 | 53 | 210 | 2 | 104 | 0 | 57 | 452 | 64 | 43 |
| Binary | 10000101 | 101011 | 10001000 | 10 | 1000100 | 0 | 101111 | 100101010 | 110100 | 100011 |
Color Harmonies of #852B88
Complementary color
Monochromatic Colors of #852B88
Black with #852B88
Text Example
Text Example
White with #852B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B88; }
p { color: rgb(133,43,136); }
H1.HeaderClassName
{
color: #852B88;
}
.AnyTagClassName
{
color: #852B88;
}
</style>
background-color css
<style>
a { background-color: #852B88; }
a { background-color: rgb(133,43,136); }
div.DivClassName
{
background-color: #852B88;
}
.BgClassName
{
background-color: #852B88;
}
</style>
border-color css
<style>
span { border-color: #852B88; }
span { border-color: rgb(133,43,136); }
td.TdClassName
{
border-color: #852B88;
}
.TagClassName
{
border-color: #852B88;
}
</style>