Shades of Vivid Violet #873D9B
Tints of Vivid Violet #873D9B
RGB
CMYK
RGB Variations
Color information
#873D9B (or 0x873D9B) is known color: Vivid Violet. HEX triplet: 87, 3D and 9B. RGB value is (135,61,155). Sum of RGB (Red+Green+Blue) = 135+61+155=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #873D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873D9B is #78C264. Grayscale: #5D5D5D. Windows color (decimal): -7914085 or 10173831. OLE color: 10173831.
HSL color Cylindrical-coordinate representation of color #873D9B: hue angle of 287.23º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873D9B is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 61 | 155 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.39 |
| HSL | 287.23º | 0.44% | 0.42% | - |
| HSV(B) | 287.23º | 0.61% | 0.61% | - |
| XYZ | 17.58 | 10.85 | 32.18 | - |
| YUV | 93.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 155 | 0.13 | 0.61 | 0 | 0.39 | 287.23 | 0.44 | 0.42 |
| Hex | 87 | 3D | 9B | D | 3D | 0 | 27 | 11F | 2C | 2A |
| Octal | 207 | 75 | 233 | 15 | 75 | 0 | 47 | 437 | 54 | 52 |
| Binary | 10000111 | 111101 | 10011011 | 1101 | 111101 | 0 | 100111 | 100011111 | 101100 | 101010 |
Color Harmonies of #873D9B
Complementary color
Monochromatic Colors of #873D9B
Black with #873D9B
Text Example
Text Example
White with #873D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D9B; }
p { color: rgb(135,61,155); }
H1.HeaderClassName
{
color: #873D9B;
}
.AnyTagClassName
{
color: #873D9B;
}
</style>
background-color css
<style>
a { background-color: #873D9B; }
a { background-color: rgb(135,61,155); }
div.DivClassName
{
background-color: #873D9B;
}
.BgClassName
{
background-color: #873D9B;
}
</style>
border-color css
<style>
span { border-color: #873D9B; }
span { border-color: rgb(135,61,155); }
td.TdClassName
{
border-color: #873D9B;
}
.TagClassName
{
border-color: #873D9B;
}
</style>