Shades of Blue Violet #873CDB
Tints of Blue Violet #873CDB
RGB
CMYK
RGB Variations
Color information
#873CDB (or 0x873CDB) is known color: Blue Violet. HEX triplet: 87, 3C and DB. RGB value is (135,60,219). Sum of RGB (Red+Green+Blue) = 135+60+219=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #873CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CDB is #78C324. Grayscale: #636363. Windows color (decimal): -7914277 or 14367879. OLE color: 14367879.
HSL color Cylindrical-coordinate representation of color #873CDB: hue angle of 268.3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873CDB is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 60 | 219 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.14 |
| HSL | 268.3º | 0.69% | 0.55% | - |
| HSV(B) | 268.3º | 0.73% | 0.86% | - |
| XYZ | 24.39 | 13.5 | 68.34 | - |
| YUV | 100.55 | 194.85 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 219 | 0.38 | 0.73 | 0 | 0.14 | 268.3 | 0.69 | 0.55 |
| Hex | 87 | 3C | DB | 26 | 49 | 0 | E | 10C | 45 | 37 |
| Octal | 207 | 74 | 333 | 46 | 111 | 0 | 16 | 414 | 105 | 67 |
| Binary | 10000111 | 111100 | 11011011 | 100110 | 1001001 | 0 | 1110 | 100001100 | 1000101 | 110111 |
Color Harmonies of #873CDB
Complementary color
Monochromatic Colors of #873CDB
Black with #873CDB
Text Example
Text Example
White with #873CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CDB; }
p { color: rgb(135,60,219); }
H1.HeaderClassName
{
color: #873CDB;
}
.AnyTagClassName
{
color: #873CDB;
}
</style>
background-color css
<style>
a { background-color: #873CDB; }
a { background-color: rgb(135,60,219); }
div.DivClassName
{
background-color: #873CDB;
}
.BgClassName
{
background-color: #873CDB;
}
</style>
border-color css
<style>
span { border-color: #873CDB; }
span { border-color: rgb(135,60,219); }
td.TdClassName
{
border-color: #873CDB;
}
.TagClassName
{
border-color: #873CDB;
}
</style>