#873EA0

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

Shades of Vivid Violet #873EA0

Tints of Vivid Violet #873EA0

Color information

#873EA0 (or 0x873EA0) is unknown color: approx Vivid Violet. HEX triplet: 87, 3E and A0. RGB value is (135,62,160). Sum of RGB (Red+Green+Blue) = 135+62+160=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #873EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873EA0 is #78C15F. Grayscale: #5E5E5E. Windows color (decimal): -7913824 or 10501767. OLE color: 10501767.

HSL color Cylindrical-coordinate representation of color #873EA0: hue angle of 284.69º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873EA0 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13562160-
CMYK0.160.6100.37
HSL284.69º44.14%43.53%-
HSV(B)284.69º61.25%62.75%-
XYZ18.0611.1334.45-
YUV95164.68156.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 62 (24.61% from 255) = 17.37%
BLUE value IS 160 (62.89% from 255) = 44.82%
R=37.82%
G=17.37%
B=44.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal135621600.160.6100.37284.6944.1443.53
Hex873EA0103D02511d2c2c
Octal2077624020750454355454
Binary1000011111111010100000100001111010100101100011101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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