Shades of Vivid Violet #85428C
Tints of Vivid Violet #85428C
RGB
CMYK
RGB Variations
Color information
#85428C (or 0x85428C) is known color: Vivid Violet. HEX triplet: 85, 42 and 8C. RGB value is (133,66,140). Sum of RGB (Red+Green+Blue) = 133+66+140=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #85428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85428C is #7ABD73. Grayscale: #5E5E5E. Windows color (decimal): -8043892 or 9192069. OLE color: 9192069.
HSL color Cylindrical-coordinate representation of color #85428C: hue angle of 294.32º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85428C is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 66 | 140 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.45 |
| HSL | 294.32º | 0.36% | 0.4% | - |
| HSV(B) | 294.32º | 0.53% | 0.55% | - |
| XYZ | 16.35 | 10.78 | 26.03 | - |
| YUV | 94.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 140 | 0.05 | 0.53 | 0 | 0.45 | 294.32 | 0.36 | 0.4 |
| Hex | 85 | 42 | 8C | 5 | 35 | 0 | 2D | 126 | 24 | 28 |
| Octal | 205 | 102 | 214 | 5 | 65 | 0 | 55 | 446 | 44 | 50 |
| Binary | 10000101 | 1000010 | 10001100 | 101 | 110101 | 0 | 101101 | 100100110 | 100100 | 101000 |
Color Harmonies of #85428C
Complementary color
Monochromatic Colors of #85428C
Black with #85428C
Text Example
Text Example
White with #85428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85428C; }
p { color: rgb(133,66,140); }
H1.HeaderClassName
{
color: #85428C;
}
.AnyTagClassName
{
color: #85428C;
}
</style>
background-color css
<style>
a { background-color: #85428C; }
a { background-color: rgb(133,66,140); }
div.DivClassName
{
background-color: #85428C;
}
.BgClassName
{
background-color: #85428C;
}
</style>
border-color css
<style>
span { border-color: #85428C; }
span { border-color: rgb(133,66,140); }
td.TdClassName
{
border-color: #85428C;
}
.TagClassName
{
border-color: #85428C;
}
</style>