Shades of Vivid Violet #874A9B
Tints of Vivid Violet #874A9B
RGB
CMYK
RGB Variations
Color information
#874A9B (or 0x874A9B) is known color: Vivid Violet. HEX triplet: 87, 4A and 9B. RGB value is (135,74,155). Sum of RGB (Red+Green+Blue) = 135+74+155=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #874A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874A9B is #78B564. Grayscale: #656565. Windows color (decimal): -7910757 or 10177159. OLE color: 10177159.
HSL color Cylindrical-coordinate representation of color #874A9B: hue angle of 285.19º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874A9B is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 74 | 155 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.39 |
| HSL | 285.19º | 0.35% | 0.45% | - |
| HSV(B) | 285.19º | 0.52% | 0.61% | - |
| XYZ | 18.36 | 12.42 | 32.44 | - |
| YUV | 101.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 155 | 0.13 | 0.52 | 0 | 0.39 | 285.19 | 0.35 | 0.45 |
| Hex | 87 | 4A | 9B | D | 34 | 0 | 27 | 11D | 23 | 2D |
| Octal | 207 | 112 | 233 | 15 | 64 | 0 | 47 | 435 | 43 | 55 |
| Binary | 10000111 | 1001010 | 10011011 | 1101 | 110100 | 0 | 100111 | 100011101 | 100011 | 101101 |
Color Harmonies of #874A9B
Complementary color
Monochromatic Colors of #874A9B
Black with #874A9B
Text Example
Text Example
White with #874A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A9B; }
p { color: rgb(135,74,155); }
H1.HeaderClassName
{
color: #874A9B;
}
.AnyTagClassName
{
color: #874A9B;
}
</style>
background-color css
<style>
a { background-color: #874A9B; }
a { background-color: rgb(135,74,155); }
div.DivClassName
{
background-color: #874A9B;
}
.BgClassName
{
background-color: #874A9B;
}
</style>
border-color css
<style>
span { border-color: #874A9B; }
span { border-color: rgb(135,74,155); }
td.TdClassName
{
border-color: #874A9B;
}
.TagClassName
{
border-color: #874A9B;
}
</style>