Shades of Vivid Violet #854288
Tints of Vivid Violet #854288
RGB
CMYK
RGB Variations
Color information
#854288 (or 0x854288) is known color: Vivid Violet. HEX triplet: 85, 42 and 88. RGB value is (133,66,136). Sum of RGB (Red+Green+Blue) = 133+66+136=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #854288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854288 is #7ABD77. Grayscale: #5D5D5D. Windows color (decimal): -8043896 or 8929925. OLE color: 8929925.
HSL color Cylindrical-coordinate representation of color #854288: hue angle of 297.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854288 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 66 | 136 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.47 |
| HSL | 297.43º | 0.35% | 0.4% | - |
| HSV(B) | 297.43º | 0.51% | 0.53% | - |
| XYZ | 16.07 | 10.66 | 24.5 | - |
| YUV | 94.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 136 | 0.02 | 0.51 | 0 | 0.47 | 297.43 | 0.35 | 0.4 |
| Hex | 85 | 42 | 88 | 2 | 33 | 0 | 2F | 129 | 23 | 28 |
| Octal | 205 | 102 | 210 | 2 | 63 | 0 | 57 | 451 | 43 | 50 |
| Binary | 10000101 | 1000010 | 10001000 | 10 | 110011 | 0 | 101111 | 100101001 | 100011 | 101000 |
Color Harmonies of #854288
Complementary color
Monochromatic Colors of #854288
Black with #854288
Text Example
Text Example
White with #854288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854288; }
p { color: rgb(133,66,136); }
H1.HeaderClassName
{
color: #854288;
}
.AnyTagClassName
{
color: #854288;
}
</style>
background-color css
<style>
a { background-color: #854288; }
a { background-color: rgb(133,66,136); }
div.DivClassName
{
background-color: #854288;
}
.BgClassName
{
background-color: #854288;
}
</style>
border-color css
<style>
span { border-color: #854288; }
span { border-color: rgb(133,66,136); }
td.TdClassName
{
border-color: #854288;
}
.TagClassName
{
border-color: #854288;
}
</style>