Shades of Blue Violet #873DDF
Tints of Blue Violet #873DDF
RGB
CMYK
RGB Variations
Color information
#873DDF (or 0x873DDF) is known color: Blue Violet. HEX triplet: 87, 3D and DF. RGB value is (135,61,223). Sum of RGB (Red+Green+Blue) = 135+61+223=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #873DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DDF is #78C220. Grayscale: #656565. Windows color (decimal): -7914017 or 14630279. OLE color: 14630279.
HSL color Cylindrical-coordinate representation of color #873DDF: hue angle of 267.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873DDF is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 61 | 223 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.13 |
| HSL | 267.41º | 0.72% | 0.56% | - |
| HSV(B) | 267.41º | 0.73% | 0.87% | - |
| XYZ | 24.98 | 13.82 | 71.16 | - |
| YUV | 101.59 | 196.52 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 223 | 0.39 | 0.73 | 0 | 0.13 | 267.41 | 0.72 | 0.56 |
| Hex | 87 | 3D | DF | 27 | 49 | 0 | D | 10B | 48 | 38 |
| Octal | 207 | 75 | 337 | 47 | 111 | 0 | 15 | 413 | 110 | 70 |
| Binary | 10000111 | 111101 | 11011111 | 100111 | 1001001 | 0 | 1101 | 100001011 | 1001000 | 111000 |
Color Harmonies of #873DDF
Complementary color
Monochromatic Colors of #873DDF
Black with #873DDF
Text Example
Text Example
White with #873DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873DDF; }
p { color: rgb(135,61,223); }
H1.HeaderClassName
{
color: #873DDF;
}
.AnyTagClassName
{
color: #873DDF;
}
</style>
background-color css
<style>
a { background-color: #873DDF; }
a { background-color: rgb(135,61,223); }
div.DivClassName
{
background-color: #873DDF;
}
.BgClassName
{
background-color: #873DDF;
}
</style>
border-color css
<style>
span { border-color: #873DDF; }
span { border-color: rgb(135,61,223); }
td.TdClassName
{
border-color: #873DDF;
}
.TagClassName
{
border-color: #873DDF;
}
</style>