Shades of Blue Violet #873FDB
Tints of Blue Violet #873FDB
RGB
CMYK
RGB Variations
Color information
#873FDB (or 0x873FDB) is known color: Blue Violet. HEX triplet: 87, 3F and DB. RGB value is (135,63,219). Sum of RGB (Red+Green+Blue) = 135+63+219=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #873FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FDB is #78C024. Grayscale: #656565. Windows color (decimal): -7913509 or 14368647. OLE color: 14368647.
HSL color Cylindrical-coordinate representation of color #873FDB: hue angle of 267.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873FDB is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 63 | 219 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.14 |
| HSL | 267.69º | 0.68% | 0.55% | - |
| HSV(B) | 267.69º | 0.71% | 0.86% | - |
| XYZ | 24.56 | 13.82 | 68.39 | - |
| YUV | 102.31 | 193.85 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 219 | 0.38 | 0.71 | 0 | 0.14 | 267.69 | 0.68 | 0.55 |
| Hex | 87 | 3F | DB | 26 | 47 | 0 | E | 10C | 44 | 37 |
| Octal | 207 | 77 | 333 | 46 | 107 | 0 | 16 | 414 | 104 | 67 |
| Binary | 10000111 | 111111 | 11011011 | 100110 | 1000111 | 0 | 1110 | 100001100 | 1000100 | 110111 |
Color Harmonies of #873FDB
Complementary color
Monochromatic Colors of #873FDB
Black with #873FDB
Text Example
Text Example
White with #873FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FDB; }
p { color: rgb(135,63,219); }
H1.HeaderClassName
{
color: #873FDB;
}
.AnyTagClassName
{
color: #873FDB;
}
</style>
background-color css
<style>
a { background-color: #873FDB; }
a { background-color: rgb(135,63,219); }
div.DivClassName
{
background-color: #873FDB;
}
.BgClassName
{
background-color: #873FDB;
}
</style>
border-color css
<style>
span { border-color: #873FDB; }
span { border-color: rgb(135,63,219); }
td.TdClassName
{
border-color: #873FDB;
}
.TagClassName
{
border-color: #873FDB;
}
</style>