Shades of Blue Violet #873BDA
Tints of Blue Violet #873BDA
RGB
CMYK
RGB Variations
Color information
#873BDA (or 0x873BDA) is known color: Blue Violet. HEX triplet: 87, 3B and DA. RGB value is (135,59,218). Sum of RGB (Red+Green+Blue) = 135+59+218=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #873BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873BDA is #78C425. Grayscale: #636363. Windows color (decimal): -7914534 or 14302087. OLE color: 14302087.
HSL color Cylindrical-coordinate representation of color #873BDA: hue angle of 268.68º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873BDA is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 59 | 218 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.15 |
| HSL | 268.68º | 0.68% | 0.54% | - |
| HSV(B) | 268.68º | 0.73% | 0.85% | - |
| XYZ | 24.21 | 13.34 | 67.63 | - |
| YUV | 99.85 | 194.68 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 218 | 0.38 | 0.73 | 0 | 0.15 | 268.68 | 0.68 | 0.54 |
| Hex | 87 | 3B | DA | 26 | 49 | 0 | F | 10D | 44 | 36 |
| Octal | 207 | 73 | 332 | 46 | 111 | 0 | 17 | 415 | 104 | 66 |
| Binary | 10000111 | 111011 | 11011010 | 100110 | 1001001 | 0 | 1111 | 100001101 | 1000100 | 110110 |
Color Harmonies of #873BDA
Complementary color
Monochromatic Colors of #873BDA
Black with #873BDA
Text Example
Text Example
White with #873BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873BDA; }
p { color: rgb(135,59,218); }
H1.HeaderClassName
{
color: #873BDA;
}
.AnyTagClassName
{
color: #873BDA;
}
</style>
background-color css
<style>
a { background-color: #873BDA; }
a { background-color: rgb(135,59,218); }
div.DivClassName
{
background-color: #873BDA;
}
.BgClassName
{
background-color: #873BDA;
}
</style>
border-color css
<style>
span { border-color: #873BDA; }
span { border-color: rgb(135,59,218); }
td.TdClassName
{
border-color: #873BDA;
}
.TagClassName
{
border-color: #873BDA;
}
</style>