Shades of Vivid Violet #874081
Tints of Vivid Violet #874081
RGB
CMYK
RGB Variations
Color information
#874081 (or 0x874081) is known color: Vivid Violet. HEX triplet: 87, 40 and 81. RGB value is (135,64,129). Sum of RGB (Red+Green+Blue) = 135+64+129=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #874081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874081 is #78BF7E. Grayscale: #5C5C5C. Windows color (decimal): -7913343 or 8470663. OLE color: 8470663.
HSL color Cylindrical-coordinate representation of color #874081: hue angle of 305.07º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874081 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 129 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.47 |
| HSL | 305.07º | 0.36% | 0.39% | - |
| HSV(B) | 305.07º | 0.53% | 0.53% | - |
| XYZ | 15.79 | 10.4 | 21.94 | - |
| YUV | 92.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 129 | 0 | 0.53 | 0.04 | 0.47 | 305.07 | 0.36 | 0.39 |
| Hex | 87 | 40 | 81 | 0 | 35 | 4 | 2F | 131 | 24 | 27 |
| Octal | 207 | 100 | 201 | 0 | 65 | 4 | 57 | 461 | 44 | 47 |
| Binary | 10000111 | 1000000 | 10000001 | 0 | 110101 | 100 | 101111 | 100110001 | 100100 | 100111 |
Color Harmonies of #874081
Complementary color
Monochromatic Colors of #874081
Black with #874081
Text Example
Text Example
White with #874081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874081; }
p { color: rgb(135,64,129); }
H1.HeaderClassName
{
color: #874081;
}
.AnyTagClassName
{
color: #874081;
}
</style>
background-color css
<style>
a { background-color: #874081; }
a { background-color: rgb(135,64,129); }
div.DivClassName
{
background-color: #874081;
}
.BgClassName
{
background-color: #874081;
}
</style>
border-color css
<style>
span { border-color: #874081; }
span { border-color: rgb(135,64,129); }
td.TdClassName
{
border-color: #874081;
}
.TagClassName
{
border-color: #874081;
}
</style>