Shades of Vivid Violet #85448D
Tints of Vivid Violet #85448D
RGB
CMYK
RGB Variations
Color information
#85448D (or 0x85448D) is known color: Vivid Violet. HEX triplet: 85, 44 and 8D. RGB value is (133,68,141). Sum of RGB (Red+Green+Blue) = 133+68+141=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #85448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85448D is #7ABB72. Grayscale: #5F5F5F. Windows color (decimal): -8043379 or 9258117. OLE color: 9258117.
HSL color Cylindrical-coordinate representation of color #85448D: hue angle of 293.42º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85448D is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 68 | 141 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.45 |
| HSL | 293.42º | 0.35% | 0.41% | - |
| HSV(B) | 293.42º | 0.52% | 0.55% | - |
| XYZ | 16.55 | 11.04 | 26.46 | - |
| YUV | 95.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 141 | 0.06 | 0.52 | 0 | 0.45 | 293.42 | 0.35 | 0.41 |
| Hex | 85 | 44 | 8D | 6 | 34 | 0 | 2D | 125 | 23 | 29 |
| Octal | 205 | 104 | 215 | 6 | 64 | 0 | 55 | 445 | 43 | 51 |
| Binary | 10000101 | 1000100 | 10001101 | 110 | 110100 | 0 | 101101 | 100100101 | 100011 | 101001 |
Color Harmonies of #85448D
Complementary color
Monochromatic Colors of #85448D
Black with #85448D
Text Example
Text Example
White with #85448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85448D; }
p { color: rgb(133,68,141); }
H1.HeaderClassName
{
color: #85448D;
}
.AnyTagClassName
{
color: #85448D;
}
</style>
background-color css
<style>
a { background-color: #85448D; }
a { background-color: rgb(133,68,141); }
div.DivClassName
{
background-color: #85448D;
}
.BgClassName
{
background-color: #85448D;
}
</style>
border-color css
<style>
span { border-color: #85448D; }
span { border-color: rgb(133,68,141); }
td.TdClassName
{
border-color: #85448D;
}
.TagClassName
{
border-color: #85448D;
}
</style>