Shades of Vivid Violet #85379B
Tints of Vivid Violet #85379B
RGB
CMYK
RGB Variations
Color information
#85379B (or 0x85379B) is known color: Vivid Violet. HEX triplet: 85, 37 and 9B. RGB value is (133,55,155). Sum of RGB (Red+Green+Blue) = 133+55+155=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #85379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85379B is #7AC864. Grayscale: #595959. Windows color (decimal): -8046693 or 10172293. OLE color: 10172293.
HSL color Cylindrical-coordinate representation of color #85379B: hue angle of 286.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85379B is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 55 | 155 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.39 |
| HSL | 286.8º | 0.48% | 0.41% | - |
| HSV(B) | 286.8º | 0.65% | 0.61% | - |
| XYZ | 16.96 | 10.09 | 32.06 | - |
| YUV | 89.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 155 | 0.14 | 0.65 | 0 | 0.39 | 286.8 | 0.48 | 0.41 |
| Hex | 85 | 37 | 9B | E | 41 | 0 | 27 | 11F | 30 | 29 |
| Octal | 205 | 67 | 233 | 16 | 101 | 0 | 47 | 437 | 60 | 51 |
| Binary | 10000101 | 110111 | 10011011 | 1110 | 1000001 | 0 | 100111 | 100011111 | 110000 | 101001 |
Color Harmonies of #85379B
Complementary color
Monochromatic Colors of #85379B
Black with #85379B
Text Example
Text Example
White with #85379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85379B; }
p { color: rgb(133,55,155); }
H1.HeaderClassName
{
color: #85379B;
}
.AnyTagClassName
{
color: #85379B;
}
</style>
background-color css
<style>
a { background-color: #85379B; }
a { background-color: rgb(133,55,155); }
div.DivClassName
{
background-color: #85379B;
}
.BgClassName
{
background-color: #85379B;
}
</style>
border-color css
<style>
span { border-color: #85379B; }
span { border-color: rgb(133,55,155); }
td.TdClassName
{
border-color: #85379B;
}
.TagClassName
{
border-color: #85379B;
}
</style>