Shades of Vivid Violet #85348B
Tints of Vivid Violet #85348B
RGB
CMYK
RGB Variations
Color information
#85348B (or 0x85348B) is known color: Vivid Violet. HEX triplet: 85, 34 and 8B. RGB value is (133,52,139). Sum of RGB (Red+Green+Blue) = 133+52+139=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #85348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85348B is #7ACB74. Grayscale: #555555. Windows color (decimal): -8047477 or 9122949. OLE color: 9122949.
HSL color Cylindrical-coordinate representation of color #85348B: hue angle of 295.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85348B is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 52 | 139 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.45 |
| HSL | 295.86º | 0.46% | 0.37% | - |
| HSV(B) | 295.86º | 0.63% | 0.55% | - |
| XYZ | 15.56 | 9.31 | 25.4 | - |
| YUV | 86.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 139 | 0.04 | 0.63 | 0 | 0.45 | 295.86 | 0.46 | 0.37 |
| Hex | 85 | 34 | 8B | 4 | 3F | 0 | 2D | 128 | 2E | 25 |
| Octal | 205 | 64 | 213 | 4 | 77 | 0 | 55 | 450 | 56 | 45 |
| Binary | 10000101 | 110100 | 10001011 | 100 | 111111 | 0 | 101101 | 100101000 | 101110 | 100101 |
Color Harmonies of #85348B
Complementary color
Monochromatic Colors of #85348B
Black with #85348B
Text Example
Text Example
White with #85348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85348B; }
p { color: rgb(133,52,139); }
H1.HeaderClassName
{
color: #85348B;
}
.AnyTagClassName
{
color: #85348B;
}
</style>
background-color css
<style>
a { background-color: #85348B; }
a { background-color: rgb(133,52,139); }
div.DivClassName
{
background-color: #85348B;
}
.BgClassName
{
background-color: #85348B;
}
</style>
border-color css
<style>
span { border-color: #85348B; }
span { border-color: rgb(133,52,139); }
td.TdClassName
{
border-color: #85348B;
}
.TagClassName
{
border-color: #85348B;
}
</style>