Shades of Vivid Violet #873FA4
Tints of Vivid Violet #873FA4
RGB
CMYK
RGB Variations
Color information
#873FA4 (or 0x873FA4) is known color: Vivid Violet. HEX triplet: 87, 3F and A4. RGB value is (135,63,164). Sum of RGB (Red+Green+Blue) = 135+63+164=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #873FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873FA4 is #78C05B. Grayscale: #5F5F5F. Windows color (decimal): -7913564 or 10764167. OLE color: 10764167.
HSL color Cylindrical-coordinate representation of color #873FA4: hue angle of 282.77º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #873FA4 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 63 | 164 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.36 |
| HSL | 282.77º | 0.44% | 0.45% | - |
| HSV(B) | 282.77º | 0.62% | 0.64% | - |
| XYZ | 18.47 | 11.39 | 36.35 | - |
| YUV | 96.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 164 | 0.18 | 0.62 | 0 | 0.36 | 282.77 | 0.44 | 0.45 |
| Hex | 87 | 3F | A4 | 12 | 3E | 0 | 24 | 11B | 2C | 2D |
| Octal | 207 | 77 | 244 | 22 | 76 | 0 | 44 | 433 | 54 | 55 |
| Binary | 10000111 | 111111 | 10100100 | 10010 | 111110 | 0 | 100100 | 100011011 | 101100 | 101101 |
Color Harmonies of #873FA4
Complementary color
Monochromatic Colors of #873FA4
Black with #873FA4
Text Example
Text Example
White with #873FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FA4; }
p { color: rgb(135,63,164); }
H1.HeaderClassName
{
color: #873FA4;
}
.AnyTagClassName
{
color: #873FA4;
}
</style>
background-color css
<style>
a { background-color: #873FA4; }
a { background-color: rgb(135,63,164); }
div.DivClassName
{
background-color: #873FA4;
}
.BgClassName
{
background-color: #873FA4;
}
</style>
border-color css
<style>
span { border-color: #873FA4; }
span { border-color: rgb(135,63,164); }
td.TdClassName
{
border-color: #873FA4;
}
.TagClassName
{
border-color: #873FA4;
}
</style>