Shades of Vivid Violet #85238D
Tints of Vivid Violet #85238D
RGB
CMYK
RGB Variations
Color information
#85238D (or 0x85238D) is known color: Vivid Violet. HEX triplet: 85, 23 and 8D. RGB value is (133,35,141). Sum of RGB (Red+Green+Blue) = 133+35+141=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #85238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85238D is #7ADC72. Grayscale: #4C4C4C. Windows color (decimal): -8051827 or 9249669. OLE color: 9249669.
HSL color Cylindrical-coordinate representation of color #85238D: hue angle of 295.47º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85238D is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 35 | 141 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.45 |
| HSL | 295.47º | 0.6% | 0.35% | - |
| HSV(B) | 295.47º | 0.75% | 0.55% | - |
| XYZ | 15.08 | 8.11 | 25.97 | - |
| YUV | 76.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 141 | 0.06 | 0.75 | 0 | 0.45 | 295.47 | 0.6 | 0.35 |
| Hex | 85 | 23 | 8D | 6 | 4B | 0 | 2D | 127 | 3C | 23 |
| Octal | 205 | 43 | 215 | 6 | 113 | 0 | 55 | 447 | 74 | 43 |
| Binary | 10000101 | 100011 | 10001101 | 110 | 1001011 | 0 | 101101 | 100100111 | 111100 | 100011 |
Color Harmonies of #85238D
Complementary color
Monochromatic Colors of #85238D
Black with #85238D
Text Example
Text Example
White with #85238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85238D; }
p { color: rgb(133,35,141); }
H1.HeaderClassName
{
color: #85238D;
}
.AnyTagClassName
{
color: #85238D;
}
</style>
background-color css
<style>
a { background-color: #85238D; }
a { background-color: rgb(133,35,141); }
div.DivClassName
{
background-color: #85238D;
}
.BgClassName
{
background-color: #85238D;
}
</style>
border-color css
<style>
span { border-color: #85238D; }
span { border-color: rgb(133,35,141); }
td.TdClassName
{
border-color: #85238D;
}
.TagClassName
{
border-color: #85238D;
}
</style>