#874091

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

Shades of Vivid Violet #874091

Tints of Vivid Violet #874091

Color information

#874091 (or 0x874091) is unknown color: approx Vivid Violet. HEX triplet: 87, 40 and 91. RGB value is (135,64,145). Sum of RGB (Red+Green+Blue) = 135+64+145=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #874091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874091 is #78BF6E. Grayscale: #5E5E5E. Windows color (decimal): -7913327 or 9519239. OLE color: 9519239.

HSL color Cylindrical-coordinate representation of color #874091: hue angle of 292.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #874091 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13564145-
CMYK0.070.5600.43
HSL292.59º38.76%40.98%-
HSV(B)292.59º55.86%56.86%-
XYZ16.9410.8627.99-
YUV94.46156.52156.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 64 (25.39% from 255) = 18.60%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=39.24%
G=18.60%
B=42.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135641450.070.5600.43292.5938.7640.98
Hex87409173802B1252729
Octal2071002217700534454751
Binary100001111000000100100011111110000101011100100101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874091; }

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

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

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

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

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

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

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

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