Shades of Vivid Violet #85369A
Tints of Vivid Violet #85369A
RGB
CMYK
RGB Variations
Color information
#85369A (or 0x85369A) is known color: Vivid Violet. HEX triplet: 85, 36 and 9A. RGB value is (133,54,154). Sum of RGB (Red+Green+Blue) = 133+54+154=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #85369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85369A is #7AC965. Grayscale: #585858. Windows color (decimal): -8046950 or 10106501. OLE color: 10106501.
HSL color Cylindrical-coordinate representation of color #85369A: hue angle of 287.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85369A is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 54 | 154 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.40 |
| HSL | 287.4º | 0.48% | 0.41% | - |
| HSV(B) | 287.4º | 0.65% | 0.6% | - |
| XYZ | 16.82 | 9.96 | 31.61 | - |
| YUV | 89.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 154 | 0.14 | 0.65 | 0 | 0.40 | 287.4 | 0.48 | 0.41 |
| Hex | 85 | 36 | 9A | E | 41 | 0 | 28 | 11F | 30 | 29 |
| Octal | 205 | 66 | 232 | 16 | 101 | 0 | 50 | 437 | 60 | 51 |
| Binary | 10000101 | 110110 | 10011010 | 1110 | 1000001 | 0 | 101000 | 100011111 | 110000 | 101001 |
Color Harmonies of #85369A
Complementary color
Monochromatic Colors of #85369A
Black with #85369A
Text Example
Text Example
White with #85369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85369A; }
p { color: rgb(133,54,154); }
H1.HeaderClassName
{
color: #85369A;
}
.AnyTagClassName
{
color: #85369A;
}
</style>
background-color css
<style>
a { background-color: #85369A; }
a { background-color: rgb(133,54,154); }
div.DivClassName
{
background-color: #85369A;
}
.BgClassName
{
background-color: #85369A;
}
</style>
border-color css
<style>
span { border-color: #85369A; }
span { border-color: rgb(133,54,154); }
td.TdClassName
{
border-color: #85369A;
}
.TagClassName
{
border-color: #85369A;
}
</style>