Shades of Blue Violet #874BDA
Tints of Blue Violet #874BDA
RGB
CMYK
RGB Variations
Color information
#874BDA (or 0x874BDA) is known color: Blue Violet. HEX triplet: 87, 4B and DA. RGB value is (135,75,218). Sum of RGB (Red+Green+Blue) = 135+75+218=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #874BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BDA is #78B425. Grayscale: #6C6C6C. Windows color (decimal): -7910438 or 14306183. OLE color: 14306183.
HSL color Cylindrical-coordinate representation of color #874BDA: hue angle of 265.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874BDA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 75 | 218 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.15 |
| HSL | 265.17º | 0.66% | 0.57% | - |
| HSV(B) | 265.17º | 0.66% | 0.85% | - |
| XYZ | 25.16 | 15.25 | 67.95 | - |
| YUV | 109.24 | 189.38 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 218 | 0.38 | 0.66 | 0 | 0.15 | 265.17 | 0.66 | 0.57 |
| Hex | 87 | 4B | DA | 26 | 42 | 0 | F | 109 | 42 | 39 |
| Octal | 207 | 113 | 332 | 46 | 102 | 0 | 17 | 411 | 102 | 71 |
| Binary | 10000111 | 1001011 | 11011010 | 100110 | 1000010 | 0 | 1111 | 100001001 | 1000010 | 111001 |
Color Harmonies of #874BDA
Complementary color
Monochromatic Colors of #874BDA
Black with #874BDA
Text Example
Text Example
White with #874BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874BDA; }
p { color: rgb(135,75,218); }
H1.HeaderClassName
{
color: #874BDA;
}
.AnyTagClassName
{
color: #874BDA;
}
</style>
background-color css
<style>
a { background-color: #874BDA; }
a { background-color: rgb(135,75,218); }
div.DivClassName
{
background-color: #874BDA;
}
.BgClassName
{
background-color: #874BDA;
}
</style>
border-color css
<style>
span { border-color: #874BDA; }
span { border-color: rgb(135,75,218); }
td.TdClassName
{
border-color: #874BDA;
}
.TagClassName
{
border-color: #874BDA;
}
</style>