Shades of Vivid Violet #853895
Tints of Vivid Violet #853895
RGB
CMYK
RGB Variations
Color information
#853895 (or 0x853895) is known color: Vivid Violet. HEX triplet: 85, 38 and 95. RGB value is (133,56,149). Sum of RGB (Red+Green+Blue) = 133+56+149=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #853895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853895 is #7AC76A. Grayscale: #595959. Windows color (decimal): -8046443 or 9779333. OLE color: 9779333.
HSL color Cylindrical-coordinate representation of color #853895: hue angle of 289.68º 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 #853895 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 56 | 149 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.42 |
| HSL | 289.68º | 0.45% | 0.4% | - |
| HSV(B) | 289.68º | 0.62% | 0.58% | - |
| XYZ | 16.51 | 9.98 | 29.49 | - |
| YUV | 89.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 149 | 0.11 | 0.62 | 0 | 0.42 | 289.68 | 0.45 | 0.4 |
| Hex | 85 | 38 | 95 | B | 3E | 0 | 2A | 122 | 2D | 28 |
| Octal | 205 | 70 | 225 | 13 | 76 | 0 | 52 | 442 | 55 | 50 |
| Binary | 10000101 | 111000 | 10010101 | 1011 | 111110 | 0 | 101010 | 100100010 | 101101 | 101000 |
Color Harmonies of #853895
Complementary color
Monochromatic Colors of #853895
Black with #853895
Text Example
Text Example
White with #853895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853895; }
p { color: rgb(133,56,149); }
H1.HeaderClassName
{
color: #853895;
}
.AnyTagClassName
{
color: #853895;
}
</style>
background-color css
<style>
a { background-color: #853895; }
a { background-color: rgb(133,56,149); }
div.DivClassName
{
background-color: #853895;
}
.BgClassName
{
background-color: #853895;
}
</style>
border-color css
<style>
span { border-color: #853895; }
span { border-color: rgb(133,56,149); }
td.TdClassName
{
border-color: #853895;
}
.TagClassName
{
border-color: #853895;
}
</style>