Shades of Blue Violet #874BDB
Tints of Blue Violet #874BDB
RGB
CMYK
RGB Variations
Color information
#874BDB (or 0x874BDB) is known color: Blue Violet. HEX triplet: 87, 4B and DB. RGB value is (135,75,219). Sum of RGB (Red+Green+Blue) = 135+75+219=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #874BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BDB is #78B424. Grayscale: #6C6C6C. Windows color (decimal): -7910437 or 14371719. OLE color: 14371719.
HSL color Cylindrical-coordinate representation of color #874BDB: hue angle of 265º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874BDB is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 75 | 219 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.14 |
| HSL | 265º | 0.67% | 0.58% | - |
| HSV(B) | 265º | 0.66% | 0.86% | - |
| XYZ | 25.29 | 15.3 | 68.64 | - |
| YUV | 109.36 | 189.88 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 219 | 0.38 | 0.66 | 0 | 0.14 | 265 | 0.67 | 0.58 |
| Hex | 87 | 4B | DB | 26 | 42 | 0 | E | 109 | 43 | 3A |
| Octal | 207 | 113 | 333 | 46 | 102 | 0 | 16 | 411 | 103 | 72 |
| Binary | 10000111 | 1001011 | 11011011 | 100110 | 1000010 | 0 | 1110 | 100001001 | 1000011 | 111010 |
Color Harmonies of #874BDB
Complementary color
Monochromatic Colors of #874BDB
Black with #874BDB
Text Example
Text Example
White with #874BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874BDB; }
p { color: rgb(135,75,219); }
H1.HeaderClassName
{
color: #874BDB;
}
.AnyTagClassName
{
color: #874BDB;
}
</style>
background-color css
<style>
a { background-color: #874BDB; }
a { background-color: rgb(135,75,219); }
div.DivClassName
{
background-color: #874BDB;
}
.BgClassName
{
background-color: #874BDB;
}
</style>
border-color css
<style>
span { border-color: #874BDB; }
span { border-color: rgb(135,75,219); }
td.TdClassName
{
border-color: #874BDB;
}
.TagClassName
{
border-color: #874BDB;
}
</style>