Shades of Vivid Violet #85459C
Tints of Vivid Violet #85459C
RGB
CMYK
RGB Variations
Color information
#85459C (or 0x85459C) is known color: Vivid Violet. HEX triplet: 85, 45 and 9C. RGB value is (133,69,156). Sum of RGB (Red+Green+Blue) = 133+69+156=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #85459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85459C is #7ABA63. Grayscale: #616161. Windows color (decimal): -8043108 or 10241413. OLE color: 10241413.
HSL color Cylindrical-coordinate representation of color #85459C: hue angle of 284.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85459C is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 69 | 156 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.39 |
| HSL | 284.14º | 0.39% | 0.44% | - |
| HSV(B) | 284.14º | 0.56% | 0.61% | - |
| XYZ | 17.8 | 11.64 | 32.76 | - |
| YUV | 98.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 156 | 0.15 | 0.56 | 0 | 0.39 | 284.14 | 0.39 | 0.44 |
| Hex | 85 | 45 | 9C | F | 38 | 0 | 27 | 11C | 27 | 2C |
| Octal | 205 | 105 | 234 | 17 | 70 | 0 | 47 | 434 | 47 | 54 |
| Binary | 10000101 | 1000101 | 10011100 | 1111 | 111000 | 0 | 100111 | 100011100 | 100111 | 101100 |
Color Harmonies of #85459C
Complementary color
Monochromatic Colors of #85459C
Black with #85459C
Text Example
Text Example
White with #85459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85459C; }
p { color: rgb(133,69,156); }
H1.HeaderClassName
{
color: #85459C;
}
.AnyTagClassName
{
color: #85459C;
}
</style>
background-color css
<style>
a { background-color: #85459C; }
a { background-color: rgb(133,69,156); }
div.DivClassName
{
background-color: #85459C;
}
.BgClassName
{
background-color: #85459C;
}
</style>
border-color css
<style>
span { border-color: #85459C; }
span { border-color: rgb(133,69,156); }
td.TdClassName
{
border-color: #85459C;
}
.TagClassName
{
border-color: #85459C;
}
</style>