#874080

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

Shades of Vivid Violet #874080

Tints of Vivid Violet #874080

Color information

#874080 (or 0x874080) is unknown color: approx Vivid Violet. HEX triplet: 87, 40 and 80. RGB value is (135,64,128). Sum of RGB (Red+Green+Blue) = 135+64+128=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #874080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874080 is #78BF7F. Grayscale: #5C5C5C. Windows color (decimal): -7913344 or 8405127. OLE color: 8405127.

HSL color Cylindrical-coordinate representation of color #874080: hue angle of 305.92º 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 #874080 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13564128-
CMYK00.530.050.47
HSL305.92º35.68%39.02%-
HSV(B)305.92º52.59%52.94%-
XYZ15.7210.3821.6-
YUV92.52148.02158.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=41.28%
G=19.57%
B=39.14%

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
Decimal1356412800.530.050.47305.9235.6839.02
Hex87408003552F1322427
Octal2071002000655574624447
Binary100001111000000100000000110101101101111100110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874080; }

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

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

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

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

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

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

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

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