Shades of Blue Violet #874CDB
Tints of Blue Violet #874CDB
RGB
CMYK
RGB Variations
Color information
#874CDB (or 0x874CDB) is known color: Blue Violet. HEX triplet: 87, 4C and DB. RGB value is (135,76,219). Sum of RGB (Red+Green+Blue) = 135+76+219=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #874CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CDB is #78B324. Grayscale: #6D6D6D. Windows color (decimal): -7910181 or 14371975. OLE color: 14371975.
HSL color Cylindrical-coordinate representation of color #874CDB: hue angle of 264.76º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874CDB is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 76 | 219 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.14 |
| HSL | 264.76º | 0.67% | 0.58% | - |
| HSV(B) | 264.76º | 0.65% | 0.86% | - |
| XYZ | 25.36 | 15.43 | 68.66 | - |
| YUV | 109.94 | 189.55 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 219 | 0.38 | 0.65 | 0 | 0.14 | 264.76 | 0.67 | 0.58 |
| Hex | 87 | 4C | DB | 26 | 41 | 0 | E | 109 | 43 | 3A |
| Octal | 207 | 114 | 333 | 46 | 101 | 0 | 16 | 411 | 103 | 72 |
| Binary | 10000111 | 1001100 | 11011011 | 100110 | 1000001 | 0 | 1110 | 100001001 | 1000011 | 111010 |
Color Harmonies of #874CDB
Complementary color
Monochromatic Colors of #874CDB
Black with #874CDB
Text Example
Text Example
White with #874CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874CDB; }
p { color: rgb(135,76,219); }
H1.HeaderClassName
{
color: #874CDB;
}
.AnyTagClassName
{
color: #874CDB;
}
</style>
background-color css
<style>
a { background-color: #874CDB; }
a { background-color: rgb(135,76,219); }
div.DivClassName
{
background-color: #874CDB;
}
.BgClassName
{
background-color: #874CDB;
}
</style>
border-color css
<style>
span { border-color: #874CDB; }
span { border-color: rgb(135,76,219); }
td.TdClassName
{
border-color: #874CDB;
}
.TagClassName
{
border-color: #874CDB;
}
</style>