Shades of Vivid Violet #85438C
Tints of Vivid Violet #85438C
RGB
CMYK
RGB Variations
Color information
#85438C (or 0x85438C) is known color: Vivid Violet. HEX triplet: 85, 43 and 8C. RGB value is (133,67,140). Sum of RGB (Red+Green+Blue) = 133+67+140=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #85438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85438C is #7ABC73. Grayscale: #5E5E5E. Windows color (decimal): -8043636 or 9192325. OLE color: 9192325.
HSL color Cylindrical-coordinate representation of color #85438C: hue angle of 294.25º 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 #85438C is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 67 | 140 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.45 |
| HSL | 294.25º | 0.35% | 0.41% | - |
| HSV(B) | 294.25º | 0.52% | 0.55% | - |
| XYZ | 16.41 | 10.89 | 26.05 | - |
| YUV | 95.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 140 | 0.05 | 0.52 | 0 | 0.45 | 294.25 | 0.35 | 0.41 |
| Hex | 85 | 43 | 8C | 5 | 34 | 0 | 2D | 126 | 23 | 29 |
| Octal | 205 | 103 | 214 | 5 | 64 | 0 | 55 | 446 | 43 | 51 |
| Binary | 10000101 | 1000011 | 10001100 | 101 | 110100 | 0 | 101101 | 100100110 | 100011 | 101001 |
Color Harmonies of #85438C
Complementary color
Monochromatic Colors of #85438C
Black with #85438C
Text Example
Text Example
White with #85438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85438C; }
p { color: rgb(133,67,140); }
H1.HeaderClassName
{
color: #85438C;
}
.AnyTagClassName
{
color: #85438C;
}
</style>
background-color css
<style>
a { background-color: #85438C; }
a { background-color: rgb(133,67,140); }
div.DivClassName
{
background-color: #85438C;
}
.BgClassName
{
background-color: #85438C;
}
</style>
border-color css
<style>
span { border-color: #85438C; }
span { border-color: rgb(133,67,140); }
td.TdClassName
{
border-color: #85438C;
}
.TagClassName
{
border-color: #85438C;
}
</style>