Shades of Blue Violet #873DF2
Tints of Blue Violet #873DF2
RGB
CMYK
RGB Variations
Color information
#873DF2 (or 0x873DF2) is known color: Blue Violet. HEX triplet: 87, 3D and F2. RGB value is (135,61,242). Sum of RGB (Red+Green+Blue) = 135+61+242=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #873DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873DF2 is #78C20D. Grayscale: #676767. Windows color (decimal): -7913998 or 15875463. OLE color: 15875463.
HSL color Cylindrical-coordinate representation of color #873DF2: hue angle of 264.53º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873DF2 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 61 | 242 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.05 |
| HSL | 264.53º | 0.87% | 0.59% | - |
| HSV(B) | 264.53º | 0.75% | 0.95% | - |
| XYZ | 27.69 | 14.9 | 85.42 | - |
| YUV | 103.76 | 206.02 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 242 | 0.44 | 0.75 | 0 | 0.05 | 264.53 | 0.87 | 0.59 |
| Hex | 87 | 3D | F2 | 2C | 4B | 0 | 5 | 109 | 57 | 3B |
| Octal | 207 | 75 | 362 | 54 | 113 | 0 | 5 | 411 | 127 | 73 |
| Binary | 10000111 | 111101 | 11110010 | 101100 | 1001011 | 0 | 101 | 100001001 | 1010111 | 111011 |
Color Harmonies of #873DF2
Complementary color
Monochromatic Colors of #873DF2
Black with #873DF2
Text Example
Text Example
White with #873DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873DF2; }
p { color: rgb(135,61,242); }
H1.HeaderClassName
{
color: #873DF2;
}
.AnyTagClassName
{
color: #873DF2;
}
</style>
background-color css
<style>
a { background-color: #873DF2; }
a { background-color: rgb(135,61,242); }
div.DivClassName
{
background-color: #873DF2;
}
.BgClassName
{
background-color: #873DF2;
}
</style>
border-color css
<style>
span { border-color: #873DF2; }
span { border-color: rgb(135,61,242); }
td.TdClassName
{
border-color: #873DF2;
}
.TagClassName
{
border-color: #873DF2;
}
</style>