Shades of Vivid Violet #854183
Tints of Vivid Violet #854183
RGB
CMYK
RGB Variations
Color information
#854183 (or 0x854183) is known color: Vivid Violet. HEX triplet: 85, 41 and 83. RGB value is (133,65,131). Sum of RGB (Red+Green+Blue) = 133+65+131=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #854183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854183 is #7ABE7C. Grayscale: #5C5C5C. Windows color (decimal): -8044157 or 8601989. OLE color: 8601989.
HSL color Cylindrical-coordinate representation of color #854183: hue angle of 301.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854183 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 131 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.48 |
| HSL | 301.76º | 0.34% | 0.39% | - |
| HSV(B) | 301.76º | 0.51% | 0.52% | - |
| XYZ | 15.66 | 10.41 | 22.66 | - |
| YUV | 92.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 131 | 0 | 0.51 | 0.02 | 0.48 | 301.76 | 0.34 | 0.39 |
| Hex | 85 | 41 | 83 | 0 | 33 | 2 | 30 | 12E | 22 | 27 |
| Octal | 205 | 101 | 203 | 0 | 63 | 2 | 60 | 456 | 42 | 47 |
| Binary | 10000101 | 1000001 | 10000011 | 0 | 110011 | 10 | 110000 | 100101110 | 100010 | 100111 |
Color Harmonies of #854183
Complementary color
Monochromatic Colors of #854183
Black with #854183
Text Example
Text Example
White with #854183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854183; }
p { color: rgb(133,65,131); }
H1.HeaderClassName
{
color: #854183;
}
.AnyTagClassName
{
color: #854183;
}
</style>
background-color css
<style>
a { background-color: #854183; }
a { background-color: rgb(133,65,131); }
div.DivClassName
{
background-color: #854183;
}
.BgClassName
{
background-color: #854183;
}
</style>
border-color css
<style>
span { border-color: #854183; }
span { border-color: rgb(133,65,131); }
td.TdClassName
{
border-color: #854183;
}
.TagClassName
{
border-color: #854183;
}
</style>