#873ED4

Color #873ED4 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #873ED4

Tints of Blue Violet #873ED4

Color information

#873ED4 (or 0x873ED4) is unknown color: approx Blue Violet. HEX triplet: 87, 3E and D4. RGB value is (135,62,212). Sum of RGB (Red+Green+Blue) = 135+62+212=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #873ED4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ED4 is #78C12B. Grayscale: #646464. Windows color (decimal): -7913772 or 13909639. OLE color: 13909639.

HSL color Cylindrical-coordinate representation of color #873ED4: hue angle of 269.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873ED4 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13562212-
CMYK0.360.7100.17
HSL269.2º63.56%53.73%-
HSV(B)269.2º70.75%83.14%-
XYZ23.613.3563.62-
YUV100.93190.68152.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 62 (24.61% from 255) = 15.16%
BLUE value IS 212 (83.20% from 255) = 51.83%
R=33.01%
G=15.16%
B=51.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal135622120.360.7100.17269.263.5653.73
Hex873ED4244701110d4036
Octal207763244410702141510066
Binary100001111111101101010010010010001110100011000011011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873ED4; }

 p { color: rgb(135,62,212); }

 H1.HeaderClassName
 {
   color: #873ED4;
 }
 .AnyTagClassName
 {
   color: #873ED4;
 }
</style>
background-color css

<style>
 a { background-color: #873ED4; }

 a { background-color: rgb(135,62,212); }

 div.DivClassName
 {
   background-color: #873ED4;
 }
 .BgClassName
 {
   background-color: #873ED4;
 }
</style>
border-color css

<style>
 span { border-color: #873ED4; }

 span { border-color: rgb(135,62,212); }

 td.TdClassName
 {
   border-color: #873ED4;
 }
 .TagClassName
 {
   border-color: #873ED4;
 }
</style>