Shades of Blue Violet #873ADB
Tints of Blue Violet #873ADB
RGB
CMYK
RGB Variations
Color information
#873ADB (or 0x873ADB) is known color: Blue Violet. HEX triplet: 87, 3A and DB. RGB value is (135,58,219). Sum of RGB (Red+Green+Blue) = 135+58+219=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #873ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ADB is #78C524. Grayscale: #626262. Windows color (decimal): -7914789 or 14367367. OLE color: 14367367.
HSL color Cylindrical-coordinate representation of color #873ADB: hue angle of 268.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #873ADB is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 58 | 219 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.14 |
| HSL | 268.7º | 0.69% | 0.54% | - |
| HSV(B) | 268.7º | 0.74% | 0.86% | - |
| XYZ | 24.29 | 13.29 | 68.3 | - |
| YUV | 99.38 | 195.51 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 219 | 0.38 | 0.74 | 0 | 0.14 | 268.7 | 0.69 | 0.54 |
| Hex | 87 | 3A | DB | 26 | 4A | 0 | E | 10D | 45 | 36 |
| Octal | 207 | 72 | 333 | 46 | 112 | 0 | 16 | 415 | 105 | 66 |
| Binary | 10000111 | 111010 | 11011011 | 100110 | 1001010 | 0 | 1110 | 100001101 | 1000101 | 110110 |
Color Harmonies of #873ADB
Complementary color
Monochromatic Colors of #873ADB
Black with #873ADB
Text Example
Text Example
White with #873ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873ADB; }
p { color: rgb(135,58,219); }
H1.HeaderClassName
{
color: #873ADB;
}
.AnyTagClassName
{
color: #873ADB;
}
</style>
background-color css
<style>
a { background-color: #873ADB; }
a { background-color: rgb(135,58,219); }
div.DivClassName
{
background-color: #873ADB;
}
.BgClassName
{
background-color: #873ADB;
}
</style>
border-color css
<style>
span { border-color: #873ADB; }
span { border-color: rgb(135,58,219); }
td.TdClassName
{
border-color: #873ADB;
}
.TagClassName
{
border-color: #873ADB;
}
</style>