Shades of Blue Violet #873EDD
Tints of Blue Violet #873EDD
RGB
CMYK
RGB Variations
Color information
#873EDD (or 0x873EDD) is known color: Blue Violet. HEX triplet: 87, 3E and DD. RGB value is (135,62,221). Sum of RGB (Red+Green+Blue) = 135+62+221=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #873EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873EDD is #78C122. Grayscale: #656565. Windows color (decimal): -7913763 or 14499463. OLE color: 14499463.
HSL color Cylindrical-coordinate representation of color #873EDD: hue angle of 267.55º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873EDD is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 62 | 221 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.13 |
| HSL | 267.55º | 0.7% | 0.55% | - |
| HSV(B) | 267.55º | 0.72% | 0.87% | - |
| XYZ | 24.77 | 13.82 | 69.77 | - |
| YUV | 101.95 | 195.18 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 62 | 221 | 0.39 | 0.72 | 0 | 0.13 | 267.55 | 0.7 | 0.55 |
| Hex | 87 | 3E | DD | 27 | 48 | 0 | D | 10C | 46 | 37 |
| Octal | 207 | 76 | 335 | 47 | 110 | 0 | 15 | 414 | 106 | 67 |
| Binary | 10000111 | 111110 | 11011101 | 100111 | 1001000 | 0 | 1101 | 100001100 | 1000110 | 110111 |
Color Harmonies of #873EDD
Complementary color
Monochromatic Colors of #873EDD
Black with #873EDD
Text Example
Text Example
White with #873EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873EDD; }
p { color: rgb(135,62,221); }
H1.HeaderClassName
{
color: #873EDD;
}
.AnyTagClassName
{
color: #873EDD;
}
</style>
background-color css
<style>
a { background-color: #873EDD; }
a { background-color: rgb(135,62,221); }
div.DivClassName
{
background-color: #873EDD;
}
.BgClassName
{
background-color: #873EDD;
}
</style>
border-color css
<style>
span { border-color: #873EDD; }
span { border-color: rgb(135,62,221); }
td.TdClassName
{
border-color: #873EDD;
}
.TagClassName
{
border-color: #873EDD;
}
</style>