Shades of Vivid Violet #87229A
Tints of Vivid Violet #87229A
RGB
CMYK
RGB Variations
Color information
#87229A (or 0x87229A) is known color: Vivid Violet. HEX triplet: 87, 22 and 9A. RGB value is (135,34,154). Sum of RGB (Red+Green+Blue) = 135+34+154=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #87229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87229A is #78DD65. Grayscale: #4D4D4D. Windows color (decimal): -7920998 or 10101383. OLE color: 10101383.
HSL color Cylindrical-coordinate representation of color #87229A: hue angle of 290.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #87229A is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 34 | 154 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.40 |
| HSL | 290.5º | 0.64% | 0.37% | - |
| HSV(B) | 290.5º | 0.78% | 0.6% | - |
| XYZ | 16.4 | 8.63 | 31.37 | - |
| YUV | 77.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 154 | 0.12 | 0.78 | 0 | 0.40 | 290.5 | 0.64 | 0.37 |
| Hex | 87 | 22 | 9A | C | 4E | 0 | 28 | 122 | 40 | 25 |
| Octal | 207 | 42 | 232 | 14 | 116 | 0 | 50 | 442 | 100 | 45 |
| Binary | 10000111 | 100010 | 10011010 | 1100 | 1001110 | 0 | 101000 | 100100010 | 1000000 | 100101 |
Color Harmonies of #87229A
Complementary color
Monochromatic Colors of #87229A
Black with #87229A
Text Example
Text Example
White with #87229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87229A; }
p { color: rgb(135,34,154); }
H1.HeaderClassName
{
color: #87229A;
}
.AnyTagClassName
{
color: #87229A;
}
</style>
background-color css
<style>
a { background-color: #87229A; }
a { background-color: rgb(135,34,154); }
div.DivClassName
{
background-color: #87229A;
}
.BgClassName
{
background-color: #87229A;
}
</style>
border-color css
<style>
span { border-color: #87229A; }
span { border-color: rgb(135,34,154); }
td.TdClassName
{
border-color: #87229A;
}
.TagClassName
{
border-color: #87229A;
}
</style>