Shades of Blue Violet #873FDE
Tints of Blue Violet #873FDE
RGB
CMYK
RGB Variations
Color information
#873FDE (or 0x873FDE) is known color: Blue Violet. HEX triplet: 87, 3F and DE. RGB value is (135,63,222). Sum of RGB (Red+Green+Blue) = 135+63+222=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #873FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FDE is #78C021. Grayscale: #666666. Windows color (decimal): -7913506 or 14565255. OLE color: 14565255.
HSL color Cylindrical-coordinate representation of color #873FDE: hue angle of 267.17º degrees, saturation: 0.71, 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 #873FDE is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 63 | 222 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.13 |
| HSL | 267.17º | 0.71% | 0.56% | - |
| HSV(B) | 267.17º | 0.72% | 0.87% | - |
| XYZ | 24.95 | 13.98 | 70.49 | - |
| YUV | 102.65 | 195.35 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 222 | 0.39 | 0.72 | 0 | 0.13 | 267.17 | 0.71 | 0.56 |
| Hex | 87 | 3F | DE | 27 | 48 | 0 | D | 10B | 47 | 38 |
| Octal | 207 | 77 | 336 | 47 | 110 | 0 | 15 | 413 | 107 | 70 |
| Binary | 10000111 | 111111 | 11011110 | 100111 | 1001000 | 0 | 1101 | 100001011 | 1000111 | 111000 |
Color Harmonies of #873FDE
Complementary color
Monochromatic Colors of #873FDE
Black with #873FDE
Text Example
Text Example
White with #873FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FDE; }
p { color: rgb(135,63,222); }
H1.HeaderClassName
{
color: #873FDE;
}
.AnyTagClassName
{
color: #873FDE;
}
</style>
background-color css
<style>
a { background-color: #873FDE; }
a { background-color: rgb(135,63,222); }
div.DivClassName
{
background-color: #873FDE;
}
.BgClassName
{
background-color: #873FDE;
}
</style>
border-color css
<style>
span { border-color: #873FDE; }
span { border-color: rgb(135,63,222); }
td.TdClassName
{
border-color: #873FDE;
}
.TagClassName
{
border-color: #873FDE;
}
</style>