Shades of Vivid Violet #85349B
Tints of Vivid Violet #85349B
RGB
CMYK
RGB Variations
Color information
#85349B (or 0x85349B) is known color: Vivid Violet. HEX triplet: 85, 34 and 9B. RGB value is (133,52,155). Sum of RGB (Red+Green+Blue) = 133+52+155=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #85349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85349B is #7ACB64. Grayscale: #575757. Windows color (decimal): -8047461 or 10171525. OLE color: 10171525.
HSL color Cylindrical-coordinate representation of color #85349B: hue angle of 287.18º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85349B is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 52 | 155 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.39 |
| HSL | 287.18º | 0.5% | 0.41% | - |
| HSV(B) | 287.18º | 0.66% | 0.61% | - |
| XYZ | 16.82 | 9.81 | 32.02 | - |
| YUV | 87.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 155 | 0.14 | 0.66 | 0 | 0.39 | 287.18 | 0.5 | 0.41 |
| Hex | 85 | 34 | 9B | E | 42 | 0 | 27 | 11F | 32 | 29 |
| Octal | 205 | 64 | 233 | 16 | 102 | 0 | 47 | 437 | 62 | 51 |
| Binary | 10000101 | 110100 | 10011011 | 1110 | 1000010 | 0 | 100111 | 100011111 | 110010 | 101001 |
Color Harmonies of #85349B
Complementary color
Monochromatic Colors of #85349B
Black with #85349B
Text Example
Text Example
White with #85349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85349B; }
p { color: rgb(133,52,155); }
H1.HeaderClassName
{
color: #85349B;
}
.AnyTagClassName
{
color: #85349B;
}
</style>
background-color css
<style>
a { background-color: #85349B; }
a { background-color: rgb(133,52,155); }
div.DivClassName
{
background-color: #85349B;
}
.BgClassName
{
background-color: #85349B;
}
</style>
border-color css
<style>
span { border-color: #85349B; }
span { border-color: rgb(133,52,155); }
td.TdClassName
{
border-color: #85349B;
}
.TagClassName
{
border-color: #85349B;
}
</style>