Shades of Vivid Violet #85429F
Tints of Vivid Violet #85429F
RGB
CMYK
RGB Variations
Color information
#85429F (or 0x85429F) is known color: Vivid Violet. HEX triplet: 85, 42 and 9F. RGB value is (133,66,159). Sum of RGB (Red+Green+Blue) = 133+66+159=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #85429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85429F is #7ABD60. Grayscale: #606060. Windows color (decimal): -8043873 or 10437253. OLE color: 10437253.
HSL color Cylindrical-coordinate representation of color #85429F: hue angle of 283.23º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85429F is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 66 | 159 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.38 |
| HSL | 283.23º | 0.41% | 0.44% | - |
| HSV(B) | 283.23º | 0.58% | 0.62% | - |
| XYZ | 17.88 | 11.39 | 34.06 | - |
| YUV | 96.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 159 | 0.16 | 0.58 | 0 | 0.38 | 283.23 | 0.41 | 0.44 |
| Hex | 85 | 42 | 9F | 10 | 3A | 0 | 26 | 11B | 29 | 2C |
| Octal | 205 | 102 | 237 | 20 | 72 | 0 | 46 | 433 | 51 | 54 |
| Binary | 10000101 | 1000010 | 10011111 | 10000 | 111010 | 0 | 100110 | 100011011 | 101001 | 101100 |
Color Harmonies of #85429F
Complementary color
Monochromatic Colors of #85429F
Black with #85429F
Text Example
Text Example
White with #85429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85429F; }
p { color: rgb(133,66,159); }
H1.HeaderClassName
{
color: #85429F;
}
.AnyTagClassName
{
color: #85429F;
}
</style>
background-color css
<style>
a { background-color: #85429F; }
a { background-color: rgb(133,66,159); }
div.DivClassName
{
background-color: #85429F;
}
.BgClassName
{
background-color: #85429F;
}
</style>
border-color css
<style>
span { border-color: #85429F; }
span { border-color: rgb(133,66,159); }
td.TdClassName
{
border-color: #85429F;
}
.TagClassName
{
border-color: #85429F;
}
</style>