Shades of Blue Violet #873EDF
Tints of Blue Violet #873EDF
RGB
CMYK
RGB Variations
Color information
#873EDF (or 0x873EDF) is known color: Blue Violet. HEX triplet: 87, 3E and DF. RGB value is (135,62,223). Sum of RGB (Red+Green+Blue) = 135+62+223=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #873EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873EDF is #78C120. Grayscale: #656565. Windows color (decimal): -7913761 or 14630535. OLE color: 14630535.
HSL color Cylindrical-coordinate representation of color #873EDF: hue angle of 267.2º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873EDF is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 62 | 223 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.13 |
| HSL | 267.21º | 0.72% | 0.56% | - |
| HSV(B) | 267.21º | 0.72% | 0.87% | - |
| XYZ | 25.03 | 13.92 | 71.18 | - |
| YUV | 102.18 | 196.18 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 62 | 223 | 0.39 | 0.72 | 0 | 0.13 | 267.21 | 0.72 | 0.56 |
| Hex | 87 | 3E | DF | 27 | 48 | 0 | D | 10B | 48 | 38 |
| Octal | 207 | 76 | 337 | 47 | 110 | 0 | 15 | 413 | 110 | 70 |
| Binary | 10000111 | 111110 | 11011111 | 100111 | 1001000 | 0 | 1101 | 100001011 | 1001000 | 111000 |
Color Harmonies of #873EDF
Complementary color
Monochromatic Colors of #873EDF
Black with #873EDF
Text Example
Text Example
White with #873EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873EDF; }
p { color: rgb(135,62,223); }
H1.HeaderClassName
{
color: #873EDF;
}
.AnyTagClassName
{
color: #873EDF;
}
</style>
background-color css
<style>
a { background-color: #873EDF; }
a { background-color: rgb(135,62,223); }
div.DivClassName
{
background-color: #873EDF;
}
.BgClassName
{
background-color: #873EDF;
}
</style>
border-color css
<style>
span { border-color: #873EDF; }
span { border-color: rgb(135,62,223); }
td.TdClassName
{
border-color: #873EDF;
}
.TagClassName
{
border-color: #873EDF;
}
</style>