Shades of Blue Violet #873FDD
Tints of Blue Violet #873FDD
RGB
CMYK
RGB Variations
Color information
#873FDD (or 0x873FDD) is known color: Blue Violet. HEX triplet: 87, 3F and DD. RGB value is (135,63,221). Sum of RGB (Red+Green+Blue) = 135+63+221=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #873FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FDD is #78C022. Grayscale: #656565. Windows color (decimal): -7913507 or 14499719. OLE color: 14499719.
HSL color Cylindrical-coordinate representation of color #873FDD: hue angle of 267.34º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873FDD is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 63 | 221 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.13 |
| HSL | 267.34º | 0.7% | 0.56% | - |
| HSV(B) | 267.34º | 0.71% | 0.87% | - |
| XYZ | 24.82 | 13.93 | 69.79 | - |
| YUV | 102.54 | 194.85 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 221 | 0.39 | 0.71 | 0 | 0.13 | 267.34 | 0.7 | 0.56 |
| Hex | 87 | 3F | DD | 27 | 47 | 0 | D | 10B | 46 | 38 |
| Octal | 207 | 77 | 335 | 47 | 107 | 0 | 15 | 413 | 106 | 70 |
| Binary | 10000111 | 111111 | 11011101 | 100111 | 1000111 | 0 | 1101 | 100001011 | 1000110 | 111000 |
Color Harmonies of #873FDD
Complementary color
Monochromatic Colors of #873FDD
Black with #873FDD
Text Example
Text Example
White with #873FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FDD; }
p { color: rgb(135,63,221); }
H1.HeaderClassName
{
color: #873FDD;
}
.AnyTagClassName
{
color: #873FDD;
}
</style>
background-color css
<style>
a { background-color: #873FDD; }
a { background-color: rgb(135,63,221); }
div.DivClassName
{
background-color: #873FDD;
}
.BgClassName
{
background-color: #873FDD;
}
</style>
border-color css
<style>
span { border-color: #873FDD; }
span { border-color: rgb(135,63,221); }
td.TdClassName
{
border-color: #873FDD;
}
.TagClassName
{
border-color: #873FDD;
}
</style>