Shades of Vivid Violet #874B9D
Tints of Vivid Violet #874B9D
RGB
CMYK
RGB Variations
Color information
#874B9D (or 0x874B9D) is known color: Vivid Violet. HEX triplet: 87, 4B and 9D. RGB value is (135,75,157). Sum of RGB (Red+Green+Blue) = 135+75+157=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #874B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874B9D is #78B462. Grayscale: #666666. Windows color (decimal): -7910499 or 10308487. OLE color: 10308487.
HSL color Cylindrical-coordinate representation of color #874B9D: hue angle of 283.9º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874B9D is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 75 | 157 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.38 |
| HSL | 283.9º | 0.35% | 0.45% | - |
| HSV(B) | 283.9º | 0.52% | 0.62% | - |
| XYZ | 18.59 | 12.62 | 33.35 | - |
| YUV | 102.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 157 | 0.14 | 0.52 | 0 | 0.38 | 283.9 | 0.35 | 0.45 |
| Hex | 87 | 4B | 9D | E | 34 | 0 | 26 | 11C | 23 | 2D |
| Octal | 207 | 113 | 235 | 16 | 64 | 0 | 46 | 434 | 43 | 55 |
| Binary | 10000111 | 1001011 | 10011101 | 1110 | 110100 | 0 | 100110 | 100011100 | 100011 | 101101 |
Color Harmonies of #874B9D
Complementary color
Monochromatic Colors of #874B9D
Black with #874B9D
Text Example
Text Example
White with #874B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874B9D; }
p { color: rgb(135,75,157); }
H1.HeaderClassName
{
color: #874B9D;
}
.AnyTagClassName
{
color: #874B9D;
}
</style>
background-color css
<style>
a { background-color: #874B9D; }
a { background-color: rgb(135,75,157); }
div.DivClassName
{
background-color: #874B9D;
}
.BgClassName
{
background-color: #874B9D;
}
</style>
border-color css
<style>
span { border-color: #874B9D; }
span { border-color: rgb(135,75,157); }
td.TdClassName
{
border-color: #874B9D;
}
.TagClassName
{
border-color: #874B9D;
}
</style>