Shades of Blue Violet #873ADE
Tints of Blue Violet #873ADE
RGB
CMYK
RGB Variations
Color information
#873ADE (or 0x873ADE) is known color: Blue Violet. HEX triplet: 87, 3A and DE. RGB value is (135,58,222). Sum of RGB (Red+Green+Blue) = 135+58+222=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #873ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ADE is #78C521. Grayscale: #636363. Windows color (decimal): -7914786 or 14563975. OLE color: 14563975.
HSL color Cylindrical-coordinate representation of color #873ADE: hue angle of 268.17º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #873ADE is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 58 | 222 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.13 |
| HSL | 268.17º | 0.71% | 0.55% | - |
| HSV(B) | 268.17º | 0.74% | 0.87% | - |
| XYZ | 24.69 | 13.45 | 70.4 | - |
| YUV | 99.72 | 197.01 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 222 | 0.39 | 0.74 | 0 | 0.13 | 268.17 | 0.71 | 0.55 |
| Hex | 87 | 3A | DE | 27 | 4A | 0 | D | 10C | 47 | 37 |
| Octal | 207 | 72 | 336 | 47 | 112 | 0 | 15 | 414 | 107 | 67 |
| Binary | 10000111 | 111010 | 11011110 | 100111 | 1001010 | 0 | 1101 | 100001100 | 1000111 | 110111 |
Color Harmonies of #873ADE
Complementary color
Monochromatic Colors of #873ADE
Black with #873ADE
Text Example
Text Example
White with #873ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873ADE; }
p { color: rgb(135,58,222); }
H1.HeaderClassName
{
color: #873ADE;
}
.AnyTagClassName
{
color: #873ADE;
}
</style>
background-color css
<style>
a { background-color: #873ADE; }
a { background-color: rgb(135,58,222); }
div.DivClassName
{
background-color: #873ADE;
}
.BgClassName
{
background-color: #873ADE;
}
</style>
border-color css
<style>
span { border-color: #873ADE; }
span { border-color: rgb(135,58,222); }
td.TdClassName
{
border-color: #873ADE;
}
.TagClassName
{
border-color: #873ADE;
}
</style>