Shades of Vivid Violet #873782
Tints of Vivid Violet #873782
RGB
CMYK
RGB Variations
Color information
#873782 (or 0x873782) is known color: Vivid Violet. HEX triplet: 87, 37 and 82. RGB value is (135,55,130). Sum of RGB (Red+Green+Blue) = 135+55+130=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #873782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873782 is #78C87D. Grayscale: #575757. Windows color (decimal): -7915646 or 8533895. OLE color: 8533895.
HSL color Cylindrical-coordinate representation of color #873782: hue angle of 303.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873782 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 55 | 130 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.47 |
| HSL | 303.75º | 0.42% | 0.37% | - |
| HSV(B) | 303.75º | 0.59% | 0.53% | - |
| XYZ | 15.39 | 9.49 | 22.14 | - |
| YUV | 87.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 130 | 0 | 0.59 | 0.04 | 0.47 | 303.75 | 0.42 | 0.37 |
| Hex | 87 | 37 | 82 | 0 | 3B | 4 | 2F | 130 | 2A | 25 |
| Octal | 207 | 67 | 202 | 0 | 73 | 4 | 57 | 460 | 52 | 45 |
| Binary | 10000111 | 110111 | 10000010 | 0 | 111011 | 100 | 101111 | 100110000 | 101010 | 100101 |
Color Harmonies of #873782
Complementary color
Monochromatic Colors of #873782
Black with #873782
Text Example
Text Example
White with #873782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873782; }
p { color: rgb(135,55,130); }
H1.HeaderClassName
{
color: #873782;
}
.AnyTagClassName
{
color: #873782;
}
</style>
background-color css
<style>
a { background-color: #873782; }
a { background-color: rgb(135,55,130); }
div.DivClassName
{
background-color: #873782;
}
.BgClassName
{
background-color: #873782;
}
</style>
border-color css
<style>
span { border-color: #873782; }
span { border-color: rgb(135,55,130); }
td.TdClassName
{
border-color: #873782;
}
.TagClassName
{
border-color: #873782;
}
</style>