#873F80

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

Shades of Vivid Violet #873F80

Tints of Vivid Violet #873F80

Color information

#873F80 (or 0x873F80) is unknown color: approx Vivid Violet. HEX triplet: 87, 3F and 80. RGB value is (135,63,128). Sum of RGB (Red+Green+Blue) = 135+63+128=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #873F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873F80 is #78C07F. Grayscale: #5B5B5B. Windows color (decimal): -7913600 or 8404871. OLE color: 8404871.

HSL color Cylindrical-coordinate representation of color #873F80: hue angle of 305.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #873F80 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13563128-
CMYK00.530.050.47
HSL305.83º36.36%38.82%-
HSV(B)305.83º53.33%52.94%-
XYZ15.6710.2621.58-
YUV91.94148.35158.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 63 (25% from 255) = 19.33%
BLUE value IS 128 (50.39% from 255) = 39.26%
R=41.41%
G=19.33%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356312800.530.050.47305.8336.3638.82
Hex873F8003552F1322427
Octal207772000655574624447
Binary10000111111111100000000110101101101111100110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,63,128); }

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

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

 a { background-color: rgb(135,63,128); }

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

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

 span { border-color: rgb(135,63,128); }

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