Shades of Vivid Violet #85429B
Tints of Vivid Violet #85429B
RGB
CMYK
RGB Variations
Color information
#85429B (or 0x85429B) is known color: Vivid Violet. HEX triplet: 85, 42 and 9B. RGB value is (133,66,155). Sum of RGB (Red+Green+Blue) = 133+66+155=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #85429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85429B is #7ABD64. Grayscale: #5F5F5F. Windows color (decimal): -8043877 or 10175109. OLE color: 10175109.
HSL color Cylindrical-coordinate representation of color #85429B: hue angle of 285.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85429B is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 66 | 155 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.39 |
| HSL | 285.17º | 0.4% | 0.43% | - |
| HSV(B) | 285.17º | 0.57% | 0.61% | - |
| XYZ | 17.54 | 11.25 | 32.26 | - |
| YUV | 96.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 155 | 0.14 | 0.57 | 0 | 0.39 | 285.17 | 0.4 | 0.43 |
| Hex | 85 | 42 | 9B | E | 39 | 0 | 27 | 11D | 28 | 2B |
| Octal | 205 | 102 | 233 | 16 | 71 | 0 | 47 | 435 | 50 | 53 |
| Binary | 10000101 | 1000010 | 10011011 | 1110 | 111001 | 0 | 100111 | 100011101 | 101000 | 101011 |
Color Harmonies of #85429B
Complementary color
Monochromatic Colors of #85429B
Black with #85429B
Text Example
Text Example
White with #85429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85429B; }
p { color: rgb(133,66,155); }
H1.HeaderClassName
{
color: #85429B;
}
.AnyTagClassName
{
color: #85429B;
}
</style>
background-color css
<style>
a { background-color: #85429B; }
a { background-color: rgb(133,66,155); }
div.DivClassName
{
background-color: #85429B;
}
.BgClassName
{
background-color: #85429B;
}
</style>
border-color css
<style>
span { border-color: #85429B; }
span { border-color: rgb(133,66,155); }
td.TdClassName
{
border-color: #85429B;
}
.TagClassName
{
border-color: #85429B;
}
</style>