Shades of Vivid Violet #853995
Tints of Vivid Violet #853995
RGB
CMYK
RGB Variations
Color information
#853995 (or 0x853995) is known color: Vivid Violet. HEX triplet: 85, 39 and 95. RGB value is (133,57,149). Sum of RGB (Red+Green+Blue) = 133+57+149=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #853995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853995 is #7AC66A. Grayscale: #595959. Windows color (decimal): -8046187 or 9779589. OLE color: 9779589.
HSL color Cylindrical-coordinate representation of color #853995: hue angle of 289.57º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853995 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 57 | 149 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.42 |
| HSL | 289.57º | 0.45% | 0.4% | - |
| HSV(B) | 289.57º | 0.62% | 0.58% | - |
| XYZ | 16.56 | 10.08 | 29.51 | - |
| YUV | 90.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 149 | 0.11 | 0.62 | 0 | 0.42 | 289.57 | 0.45 | 0.4 |
| Hex | 85 | 39 | 95 | B | 3E | 0 | 2A | 122 | 2D | 28 |
| Octal | 205 | 71 | 225 | 13 | 76 | 0 | 52 | 442 | 55 | 50 |
| Binary | 10000101 | 111001 | 10010101 | 1011 | 111110 | 0 | 101010 | 100100010 | 101101 | 101000 |
Color Harmonies of #853995
Complementary color
Monochromatic Colors of #853995
Black with #853995
Text Example
Text Example
White with #853995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853995; }
p { color: rgb(133,57,149); }
H1.HeaderClassName
{
color: #853995;
}
.AnyTagClassName
{
color: #853995;
}
</style>
background-color css
<style>
a { background-color: #853995; }
a { background-color: rgb(133,57,149); }
div.DivClassName
{
background-color: #853995;
}
.BgClassName
{
background-color: #853995;
}
</style>
border-color css
<style>
span { border-color: #853995; }
span { border-color: rgb(133,57,149); }
td.TdClassName
{
border-color: #853995;
}
.TagClassName
{
border-color: #853995;
}
</style>