Shades of Vivid Violet #852888
Tints of Vivid Violet #852888
RGB
CMYK
RGB Variations
Color information
#852888 (or 0x852888) is known color: Vivid Violet. HEX triplet: 85, 28 and 88. RGB value is (133,40,136). Sum of RGB (Red+Green+Blue) = 133+40+136=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #852888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852888 is #7AD777. Grayscale: #4E4E4E. Windows color (decimal): -8050552 or 8923269. OLE color: 8923269.
HSL color Cylindrical-coordinate representation of color #852888: hue angle of 298.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852888 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 40 | 136 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.47 |
| HSL | 298.13º | 0.55% | 0.35% | - |
| HSV(B) | 298.13º | 0.71% | 0.53% | - |
| XYZ | 14.88 | 8.28 | 24.11 | - |
| YUV | 78.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 136 | 0.02 | 0.71 | 0 | 0.47 | 298.13 | 0.55 | 0.35 |
| Hex | 85 | 28 | 88 | 2 | 47 | 0 | 2F | 12A | 37 | 23 |
| Octal | 205 | 50 | 210 | 2 | 107 | 0 | 57 | 452 | 67 | 43 |
| Binary | 10000101 | 101000 | 10001000 | 10 | 1000111 | 0 | 101111 | 100101010 | 110111 | 100011 |
Color Harmonies of #852888
Complementary color
Monochromatic Colors of #852888
Black with #852888
Text Example
Text Example
White with #852888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852888; }
p { color: rgb(133,40,136); }
H1.HeaderClassName
{
color: #852888;
}
.AnyTagClassName
{
color: #852888;
}
</style>
background-color css
<style>
a { background-color: #852888; }
a { background-color: rgb(133,40,136); }
div.DivClassName
{
background-color: #852888;
}
.BgClassName
{
background-color: #852888;
}
</style>
border-color css
<style>
span { border-color: #852888; }
span { border-color: rgb(133,40,136); }
td.TdClassName
{
border-color: #852888;
}
.TagClassName
{
border-color: #852888;
}
</style>