Shades of Vivid Violet #873394
Tints of Vivid Violet #873394
RGB
CMYK
RGB Variations
Color information
#873394 (or 0x873394) is known color: Vivid Violet. HEX triplet: 87, 33 and 94. RGB value is (135,51,148). Sum of RGB (Red+Green+Blue) = 135+51+148=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #873394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873394 is #78CC6B. Grayscale: #565656. Windows color (decimal): -7916652 or 9712519. OLE color: 9712519.
HSL color Cylindrical-coordinate representation of color #873394: hue angle of 291.96º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #873394 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 51 | 148 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.42 |
| HSL | 291.96º | 0.49% | 0.39% | - |
| HSV(B) | 291.96º | 0.66% | 0.58% | - |
| XYZ | 16.52 | 9.66 | 29.01 | - |
| YUV | 87.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 148 | 0.09 | 0.66 | 0 | 0.42 | 291.96 | 0.49 | 0.39 |
| Hex | 87 | 33 | 94 | 9 | 42 | 0 | 2A | 124 | 31 | 27 |
| Octal | 207 | 63 | 224 | 11 | 102 | 0 | 52 | 444 | 61 | 47 |
| Binary | 10000111 | 110011 | 10010100 | 1001 | 1000010 | 0 | 101010 | 100100100 | 110001 | 100111 |
Color Harmonies of #873394
Complementary color
Monochromatic Colors of #873394
Black with #873394
Text Example
Text Example
White with #873394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873394; }
p { color: rgb(135,51,148); }
H1.HeaderClassName
{
color: #873394;
}
.AnyTagClassName
{
color: #873394;
}
</style>
background-color css
<style>
a { background-color: #873394; }
a { background-color: rgb(135,51,148); }
div.DivClassName
{
background-color: #873394;
}
.BgClassName
{
background-color: #873394;
}
</style>
border-color css
<style>
span { border-color: #873394; }
span { border-color: rgb(135,51,148); }
td.TdClassName
{
border-color: #873394;
}
.TagClassName
{
border-color: #873394;
}
</style>