Shades of Vivid Violet #85288D
Tints of Vivid Violet #85288D
RGB
CMYK
RGB Variations
Color information
#85288D (or 0x85288D) is known color: Vivid Violet. HEX triplet: 85, 28 and 8D. RGB value is (133,40,141). Sum of RGB (Red+Green+Blue) = 133+40+141=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #85288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85288D is #7AD772. Grayscale: #4F4F4F. Windows color (decimal): -8050547 or 9250949. OLE color: 9250949.
HSL color Cylindrical-coordinate representation of color #85288D: hue angle of 295.25º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85288D is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 40 | 141 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.45 |
| HSL | 295.25º | 0.56% | 0.35% | - |
| HSV(B) | 295.25º | 0.72% | 0.55% | - |
| XYZ | 15.24 | 8.43 | 26.02 | - |
| YUV | 79.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 141 | 0.06 | 0.72 | 0 | 0.45 | 295.25 | 0.56 | 0.35 |
| Hex | 85 | 28 | 8D | 6 | 48 | 0 | 2D | 127 | 38 | 23 |
| Octal | 205 | 50 | 215 | 6 | 110 | 0 | 55 | 447 | 70 | 43 |
| Binary | 10000101 | 101000 | 10001101 | 110 | 1001000 | 0 | 101101 | 100100111 | 111000 | 100011 |
Color Harmonies of #85288D
Complementary color
Monochromatic Colors of #85288D
Black with #85288D
Text Example
Text Example
White with #85288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85288D; }
p { color: rgb(133,40,141); }
H1.HeaderClassName
{
color: #85288D;
}
.AnyTagClassName
{
color: #85288D;
}
</style>
background-color css
<style>
a { background-color: #85288D; }
a { background-color: rgb(133,40,141); }
div.DivClassName
{
background-color: #85288D;
}
.BgClassName
{
background-color: #85288D;
}
</style>
border-color css
<style>
span { border-color: #85288D; }
span { border-color: rgb(133,40,141); }
td.TdClassName
{
border-color: #85288D;
}
.TagClassName
{
border-color: #85288D;
}
</style>