Shades of Vivid Violet #85348F
Tints of Vivid Violet #85348F
RGB
CMYK
RGB Variations
Color information
#85348F (or 0x85348F) is known color: Vivid Violet. HEX triplet: 85, 34 and 8F. RGB value is (133,52,143). Sum of RGB (Red+Green+Blue) = 133+52+143=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #85348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85348F is #7ACB70. Grayscale: #565656. Windows color (decimal): -8047473 or 9385093. OLE color: 9385093.
HSL color Cylindrical-coordinate representation of color #85348F: hue angle of 293.41º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85348F is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 52 | 143 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.44 |
| HSL | 293.41º | 0.47% | 0.38% | - |
| HSV(B) | 293.41º | 0.64% | 0.56% | - |
| XYZ | 15.86 | 9.43 | 26.97 | - |
| YUV | 86.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 143 | 0.07 | 0.64 | 0 | 0.44 | 293.41 | 0.47 | 0.38 |
| Hex | 85 | 34 | 8F | 7 | 40 | 0 | 2C | 125 | 2F | 26 |
| Octal | 205 | 64 | 217 | 7 | 100 | 0 | 54 | 445 | 57 | 46 |
| Binary | 10000101 | 110100 | 10001111 | 111 | 1000000 | 0 | 101100 | 100100101 | 101111 | 100110 |
Color Harmonies of #85348F
Complementary color
Monochromatic Colors of #85348F
Black with #85348F
Text Example
Text Example
White with #85348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85348F; }
p { color: rgb(133,52,143); }
H1.HeaderClassName
{
color: #85348F;
}
.AnyTagClassName
{
color: #85348F;
}
</style>
background-color css
<style>
a { background-color: #85348F; }
a { background-color: rgb(133,52,143); }
div.DivClassName
{
background-color: #85348F;
}
.BgClassName
{
background-color: #85348F;
}
</style>
border-color css
<style>
span { border-color: #85348F; }
span { border-color: rgb(133,52,143); }
td.TdClassName
{
border-color: #85348F;
}
.TagClassName
{
border-color: #85348F;
}
</style>