Shades of Vivid Violet #85339A
Tints of Vivid Violet #85339A
RGB
CMYK
RGB Variations
Color information
#85339A (or 0x85339A) is known color: Vivid Violet. HEX triplet: 85, 33 and 9A. RGB value is (133,51,154). Sum of RGB (Red+Green+Blue) = 133+51+154=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #85339A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85339A is #7ACC65. Grayscale: #565656. Windows color (decimal): -8047718 or 10105733. OLE color: 10105733.
HSL color Cylindrical-coordinate representation of color #85339A: hue angle of 287.77º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85339A is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 51 | 154 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.40 |
| HSL | 287.77º | 0.5% | 0.4% | - |
| HSV(B) | 287.77º | 0.67% | 0.6% | - |
| XYZ | 16.69 | 9.69 | 31.56 | - |
| YUV | 87.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 154 | 0.14 | 0.67 | 0 | 0.40 | 287.77 | 0.5 | 0.4 |
| Hex | 85 | 33 | 9A | E | 43 | 0 | 28 | 120 | 32 | 28 |
| Octal | 205 | 63 | 232 | 16 | 103 | 0 | 50 | 440 | 62 | 50 |
| Binary | 10000101 | 110011 | 10011010 | 1110 | 1000011 | 0 | 101000 | 100100000 | 110010 | 101000 |
Color Harmonies of #85339A
Complementary color
Monochromatic Colors of #85339A
Black with #85339A
Text Example
Text Example
White with #85339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85339A; }
p { color: rgb(133,51,154); }
H1.HeaderClassName
{
color: #85339A;
}
.AnyTagClassName
{
color: #85339A;
}
</style>
background-color css
<style>
a { background-color: #85339A; }
a { background-color: rgb(133,51,154); }
div.DivClassName
{
background-color: #85339A;
}
.BgClassName
{
background-color: #85339A;
}
</style>
border-color css
<style>
span { border-color: #85339A; }
span { border-color: rgb(133,51,154); }
td.TdClassName
{
border-color: #85339A;
}
.TagClassName
{
border-color: #85339A;
}
</style>