Shades of Vivid Violet #874592
Tints of Vivid Violet #874592
RGB
CMYK
RGB Variations
Color information
#874592 (or 0x874592) is known color: Vivid Violet. HEX triplet: 87, 45 and 92. RGB value is (135,69,146). Sum of RGB (Red+Green+Blue) = 135+69+146=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #874592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874592 is #78BA6D. Grayscale: #616161. Windows color (decimal): -7912046 or 9586055. OLE color: 9586055.
HSL color Cylindrical-coordinate representation of color #874592: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874592 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 69 | 146 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.43 |
| HSL | 291.43º | 0.36% | 0.42% | - |
| HSV(B) | 291.43º | 0.53% | 0.57% | - |
| XYZ | 17.31 | 11.48 | 28.5 | - |
| YUV | 97.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 146 | 0.08 | 0.53 | 0 | 0.43 | 291.43 | 0.36 | 0.42 |
| Hex | 87 | 45 | 92 | 8 | 35 | 0 | 2B | 123 | 24 | 2A |
| Octal | 207 | 105 | 222 | 10 | 65 | 0 | 53 | 443 | 44 | 52 |
| Binary | 10000111 | 1000101 | 10010010 | 1000 | 110101 | 0 | 101011 | 100100011 | 100100 | 101010 |
Color Harmonies of #874592
Complementary color
Monochromatic Colors of #874592
Black with #874592
Text Example
Text Example
White with #874592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874592; }
p { color: rgb(135,69,146); }
H1.HeaderClassName
{
color: #874592;
}
.AnyTagClassName
{
color: #874592;
}
</style>
background-color css
<style>
a { background-color: #874592; }
a { background-color: rgb(135,69,146); }
div.DivClassName
{
background-color: #874592;
}
.BgClassName
{
background-color: #874592;
}
</style>
border-color css
<style>
span { border-color: #874592; }
span { border-color: rgb(135,69,146); }
td.TdClassName
{
border-color: #874592;
}
.TagClassName
{
border-color: #874592;
}
</style>