Shades of Vivid Violet #85258D
Tints of Vivid Violet #85258D
RGB
CMYK
RGB Variations
Color information
#85258D (or 0x85258D) is known color: Vivid Violet. HEX triplet: 85, 25 and 8D. RGB value is (133,37,141). Sum of RGB (Red+Green+Blue) = 133+37+141=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #85258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85258D is #7ADA72. Grayscale: #4D4D4D. Windows color (decimal): -8051315 or 9250181. OLE color: 9250181.
HSL color Cylindrical-coordinate representation of color #85258D: hue angle of 295.38º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85258D is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 37 | 141 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.45 |
| HSL | 295.38º | 0.58% | 0.35% | - |
| HSV(B) | 295.38º | 0.74% | 0.55% | - |
| XYZ | 15.14 | 8.23 | 25.99 | - |
| YUV | 77.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 141 | 0.06 | 0.74 | 0 | 0.45 | 295.38 | 0.58 | 0.35 |
| Hex | 85 | 25 | 8D | 6 | 4A | 0 | 2D | 127 | 3A | 23 |
| Octal | 205 | 45 | 215 | 6 | 112 | 0 | 55 | 447 | 72 | 43 |
| Binary | 10000101 | 100101 | 10001101 | 110 | 1001010 | 0 | 101101 | 100100111 | 111010 | 100011 |
Color Harmonies of #85258D
Complementary color
Monochromatic Colors of #85258D
Black with #85258D
Text Example
Text Example
White with #85258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85258D; }
p { color: rgb(133,37,141); }
H1.HeaderClassName
{
color: #85258D;
}
.AnyTagClassName
{
color: #85258D;
}
</style>
background-color css
<style>
a { background-color: #85258D; }
a { background-color: rgb(133,37,141); }
div.DivClassName
{
background-color: #85258D;
}
.BgClassName
{
background-color: #85258D;
}
</style>
border-color css
<style>
span { border-color: #85258D; }
span { border-color: rgb(133,37,141); }
td.TdClassName
{
border-color: #85258D;
}
.TagClassName
{
border-color: #85258D;
}
</style>