Shades of Vivid Violet #853090
Tints of Vivid Violet #853090
RGB
CMYK
RGB Variations
Color information
#853090 (or 0x853090) is known color: Vivid Violet. HEX triplet: 85, 30 and 90. RGB value is (133,48,144). Sum of RGB (Red+Green+Blue) = 133+48+144=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #853090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853090 is #7ACF6F. Grayscale: #545454. Windows color (decimal): -8048496 or 9449605. OLE color: 9449605.
HSL color Cylindrical-coordinate representation of color #853090: hue angle of 293.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #853090 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 48 | 144 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.44 |
| HSL | 293.13º | 0.5% | 0.38% | - |
| HSV(B) | 293.13º | 0.67% | 0.56% | - |
| XYZ | 15.76 | 9.11 | 27.31 | - |
| YUV | 84.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 144 | 0.08 | 0.67 | 0 | 0.44 | 293.13 | 0.5 | 0.38 |
| Hex | 85 | 30 | 90 | 8 | 43 | 0 | 2C | 125 | 32 | 26 |
| Octal | 205 | 60 | 220 | 10 | 103 | 0 | 54 | 445 | 62 | 46 |
| Binary | 10000101 | 110000 | 10010000 | 1000 | 1000011 | 0 | 101100 | 100100101 | 110010 | 100110 |
Color Harmonies of #853090
Complementary color
Monochromatic Colors of #853090
Black with #853090
Text Example
Text Example
White with #853090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853090; }
p { color: rgb(133,48,144); }
H1.HeaderClassName
{
color: #853090;
}
.AnyTagClassName
{
color: #853090;
}
</style>
background-color css
<style>
a { background-color: #853090; }
a { background-color: rgb(133,48,144); }
div.DivClassName
{
background-color: #853090;
}
.BgClassName
{
background-color: #853090;
}
</style>
border-color css
<style>
span { border-color: #853090; }
span { border-color: rgb(133,48,144); }
td.TdClassName
{
border-color: #853090;
}
.TagClassName
{
border-color: #853090;
}
</style>