Shades of Blue Violet #873CDF
Tints of Blue Violet #873CDF
RGB
CMYK
RGB Variations
Color information
#873CDF (or 0x873CDF) is known color: Blue Violet. HEX triplet: 87, 3C and DF. RGB value is (135,60,223). Sum of RGB (Red+Green+Blue) = 135+60+223=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #873CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CDF is #78C320. Grayscale: #646464. Windows color (decimal): -7914273 or 14630023. OLE color: 14630023.
HSL color Cylindrical-coordinate representation of color #873CDF: hue angle of 267.61º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873CDF is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 60 | 223 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.13 |
| HSL | 267.61º | 0.72% | 0.55% | - |
| HSV(B) | 267.61º | 0.73% | 0.87% | - |
| XYZ | 24.93 | 13.71 | 71.14 | - |
| YUV | 101.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 223 | 0.39 | 0.73 | 0 | 0.13 | 267.61 | 0.72 | 0.55 |
| Hex | 87 | 3C | DF | 27 | 49 | 0 | D | 10C | 48 | 37 |
| Octal | 207 | 74 | 337 | 47 | 111 | 0 | 15 | 414 | 110 | 67 |
| Binary | 10000111 | 111100 | 11011111 | 100111 | 1001001 | 0 | 1101 | 100001100 | 1001000 | 110111 |
Color Harmonies of #873CDF
Complementary color
Monochromatic Colors of #873CDF
Black with #873CDF
Text Example
Text Example
White with #873CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CDF; }
p { color: rgb(135,60,223); }
H1.HeaderClassName
{
color: #873CDF;
}
.AnyTagClassName
{
color: #873CDF;
}
</style>
background-color css
<style>
a { background-color: #873CDF; }
a { background-color: rgb(135,60,223); }
div.DivClassName
{
background-color: #873CDF;
}
.BgClassName
{
background-color: #873CDF;
}
</style>
border-color css
<style>
span { border-color: #873CDF; }
span { border-color: rgb(135,60,223); }
td.TdClassName
{
border-color: #873CDF;
}
.TagClassName
{
border-color: #873CDF;
}
</style>