Shades of Vivid Violet #85488A
Tints of Vivid Violet #85488A
RGB
CMYK
RGB Variations
Color information
#85488A (or 0x85488A) is known color: Vivid Violet. HEX triplet: 85, 48 and 8A. RGB value is (133,72,138). Sum of RGB (Red+Green+Blue) = 133+72+138=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #85488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85488A is #7AB775. Grayscale: #616161. Windows color (decimal): -8042358 or 9062533. OLE color: 9062533.
HSL color Cylindrical-coordinate representation of color #85488A: hue angle of 295.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85488A is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 72 | 138 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.46 |
| HSL | 295.45º | 0.31% | 0.41% | - |
| HSV(B) | 295.45º | 0.48% | 0.54% | - |
| XYZ | 16.58 | 11.46 | 25.38 | - |
| YUV | 97.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 138 | 0.04 | 0.48 | 0 | 0.46 | 295.45 | 0.31 | 0.41 |
| Hex | 85 | 48 | 8A | 4 | 30 | 0 | 2E | 127 | 1F | 29 |
| Octal | 205 | 110 | 212 | 4 | 60 | 0 | 56 | 447 | 37 | 51 |
| Binary | 10000101 | 1001000 | 10001010 | 100 | 110000 | 0 | 101110 | 100100111 | 11111 | 101001 |
Color Harmonies of #85488A
Complementary color
Monochromatic Colors of #85488A
Black with #85488A
Text Example
Text Example
White with #85488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85488A; }
p { color: rgb(133,72,138); }
H1.HeaderClassName
{
color: #85488A;
}
.AnyTagClassName
{
color: #85488A;
}
</style>
background-color css
<style>
a { background-color: #85488A; }
a { background-color: rgb(133,72,138); }
div.DivClassName
{
background-color: #85488A;
}
.BgClassName
{
background-color: #85488A;
}
</style>
border-color css
<style>
span { border-color: #85488A; }
span { border-color: rgb(133,72,138); }
td.TdClassName
{
border-color: #85488A;
}
.TagClassName
{
border-color: #85488A;
}
</style>