Shades of Vivid Violet #85299B
Tints of Vivid Violet #85299B
RGB
CMYK
RGB Variations
Color information
#85299B (or 0x85299B) is known color: Vivid Violet. HEX triplet: 85, 29 and 9B. RGB value is (133,41,155). Sum of RGB (Red+Green+Blue) = 133+41+155=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #85299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85299B is #7AD664. Grayscale: #515151. Windows color (decimal): -8050277 or 10168709. OLE color: 10168709.
HSL color Cylindrical-coordinate representation of color #85299B: hue angle of 288.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85299B is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 41 | 155 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.39 |
| HSL | 288.42º | 0.58% | 0.38% | - |
| HSV(B) | 288.42º | 0.74% | 0.61% | - |
| XYZ | 16.38 | 8.94 | 31.87 | - |
| YUV | 81.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 155 | 0.14 | 0.74 | 0 | 0.39 | 288.42 | 0.58 | 0.38 |
| Hex | 85 | 29 | 9B | E | 4A | 0 | 27 | 120 | 3A | 26 |
| Octal | 205 | 51 | 233 | 16 | 112 | 0 | 47 | 440 | 72 | 46 |
| Binary | 10000101 | 101001 | 10011011 | 1110 | 1001010 | 0 | 100111 | 100100000 | 111010 | 100110 |
Color Harmonies of #85299B
Complementary color
Monochromatic Colors of #85299B
Black with #85299B
Text Example
Text Example
White with #85299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85299B; }
p { color: rgb(133,41,155); }
H1.HeaderClassName
{
color: #85299B;
}
.AnyTagClassName
{
color: #85299B;
}
</style>
background-color css
<style>
a { background-color: #85299B; }
a { background-color: rgb(133,41,155); }
div.DivClassName
{
background-color: #85299B;
}
.BgClassName
{
background-color: #85299B;
}
</style>
border-color css
<style>
span { border-color: #85299B; }
span { border-color: rgb(133,41,155); }
td.TdClassName
{
border-color: #85299B;
}
.TagClassName
{
border-color: #85299B;
}
</style>