Shades of Vivid Violet #85238C
Tints of Vivid Violet #85238C
RGB
CMYK
RGB Variations
Color information
#85238C (or 0x85238C) is known color: Vivid Violet. HEX triplet: 85, 23 and 8C. RGB value is (133,35,140). Sum of RGB (Red+Green+Blue) = 133+35+140=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #85238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85238C is #7ADC73. Grayscale: #4B4B4B. Windows color (decimal): -8051828 or 9184133. OLE color: 9184133.
HSL color Cylindrical-coordinate representation of color #85238C: hue angle of 296º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85238C is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 35 | 140 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.45 |
| HSL | 296º | 0.6% | 0.34% | - |
| HSV(B) | 296º | 0.75% | 0.55% | - |
| XYZ | 15.01 | 8.08 | 25.58 | - |
| YUV | 76.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 140 | 0.05 | 0.75 | 0 | 0.45 | 296 | 0.6 | 0.34 |
| Hex | 85 | 23 | 8C | 5 | 4B | 0 | 2D | 128 | 3C | 22 |
| Octal | 205 | 43 | 214 | 5 | 113 | 0 | 55 | 450 | 74 | 42 |
| Binary | 10000101 | 100011 | 10001100 | 101 | 1001011 | 0 | 101101 | 100101000 | 111100 | 100010 |
Color Harmonies of #85238C
Complementary color
Monochromatic Colors of #85238C
Black with #85238C
Text Example
Text Example
White with #85238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85238C; }
p { color: rgb(133,35,140); }
H1.HeaderClassName
{
color: #85238C;
}
.AnyTagClassName
{
color: #85238C;
}
</style>
background-color css
<style>
a { background-color: #85238C; }
a { background-color: rgb(133,35,140); }
div.DivClassName
{
background-color: #85238C;
}
.BgClassName
{
background-color: #85238C;
}
</style>
border-color css
<style>
span { border-color: #85238C; }
span { border-color: rgb(133,35,140); }
td.TdClassName
{
border-color: #85238C;
}
.TagClassName
{
border-color: #85238C;
}
</style>