Shades of Blue Violet #873CED
Tints of Blue Violet #873CED
RGB
CMYK
RGB Variations
Color information
#873CED (or 0x873CED) is known color: Blue Violet. HEX triplet: 87, 3C and ED. RGB value is (135,60,237). Sum of RGB (Red+Green+Blue) = 135+60+237=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #873CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873CED is #78C312. Grayscale: #656565. Windows color (decimal): -7914259 or 15547527. OLE color: 15547527.
HSL color Cylindrical-coordinate representation of color #873CED: hue angle of 265.42º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873CED is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 60 | 237 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.07 |
| HSL | 265.42º | 0.83% | 0.58% | - |
| HSV(B) | 265.42º | 0.75% | 0.93% | - |
| XYZ | 26.89 | 14.5 | 81.5 | - |
| YUV | 102.6 | 203.85 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 237 | 0.43 | 0.75 | 0 | 0.07 | 265.42 | 0.83 | 0.58 |
| Hex | 87 | 3C | ED | 2B | 4B | 0 | 7 | 109 | 53 | 3A |
| Octal | 207 | 74 | 355 | 53 | 113 | 0 | 7 | 411 | 123 | 72 |
| Binary | 10000111 | 111100 | 11101101 | 101011 | 1001011 | 0 | 111 | 100001001 | 1010011 | 111010 |
Color Harmonies of #873CED
Complementary color
Monochromatic Colors of #873CED
Black with #873CED
Text Example
Text Example
White with #873CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CED; }
p { color: rgb(135,60,237); }
H1.HeaderClassName
{
color: #873CED;
}
.AnyTagClassName
{
color: #873CED;
}
</style>
background-color css
<style>
a { background-color: #873CED; }
a { background-color: rgb(135,60,237); }
div.DivClassName
{
background-color: #873CED;
}
.BgClassName
{
background-color: #873CED;
}
</style>
border-color css
<style>
span { border-color: #873CED; }
span { border-color: rgb(135,60,237); }
td.TdClassName
{
border-color: #873CED;
}
.TagClassName
{
border-color: #873CED;
}
</style>