Shades of Vivid Violet #85448B
Tints of Vivid Violet #85448B
RGB
CMYK
RGB Variations
Color information
#85448B (or 0x85448B) is known color: Vivid Violet. HEX triplet: 85, 44 and 8B. RGB value is (133,68,139). Sum of RGB (Red+Green+Blue) = 133+68+139=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #85448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85448B is #7ABB74. Grayscale: #5F5F5F. Windows color (decimal): -8043381 or 9127045. OLE color: 9127045.
HSL color Cylindrical-coordinate representation of color #85448B: hue angle of 294.93º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85448B is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 68 | 139 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.45 |
| HSL | 294.93º | 0.34% | 0.41% | - |
| HSV(B) | 294.93º | 0.51% | 0.55% | - |
| XYZ | 16.4 | 10.98 | 25.68 | - |
| YUV | 95.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 139 | 0.04 | 0.51 | 0 | 0.45 | 294.93 | 0.34 | 0.41 |
| Hex | 85 | 44 | 8B | 4 | 33 | 0 | 2D | 127 | 22 | 29 |
| Octal | 205 | 104 | 213 | 4 | 63 | 0 | 55 | 447 | 42 | 51 |
| Binary | 10000101 | 1000100 | 10001011 | 100 | 110011 | 0 | 101101 | 100100111 | 100010 | 101001 |
Color Harmonies of #85448B
Complementary color
Monochromatic Colors of #85448B
Black with #85448B
Text Example
Text Example
White with #85448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85448B; }
p { color: rgb(133,68,139); }
H1.HeaderClassName
{
color: #85448B;
}
.AnyTagClassName
{
color: #85448B;
}
</style>
background-color css
<style>
a { background-color: #85448B; }
a { background-color: rgb(133,68,139); }
div.DivClassName
{
background-color: #85448B;
}
.BgClassName
{
background-color: #85448B;
}
</style>
border-color css
<style>
span { border-color: #85448B; }
span { border-color: rgb(133,68,139); }
td.TdClassName
{
border-color: #85448B;
}
.TagClassName
{
border-color: #85448B;
}
</style>