#874391

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

Shades of Vivid Violet #874391

Tints of Vivid Violet #874391

Color information

#874391 (or 0x874391) is unknown color: approx Vivid Violet. HEX triplet: 87, 43 and 91. RGB value is (135,67,145). Sum of RGB (Red+Green+Blue) = 135+67+145=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #874391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874391 is #78BC6E. Grayscale: #5F5F5F. Windows color (decimal): -7912559 or 9520007. OLE color: 9520007.

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

Color convert

RGB13567145-
CMYK0.070.5400.43
HSL292.31º36.79%41.57%-
HSV(B)292.31º53.79%56.86%-
XYZ17.1111.2128.05-
YUV96.22155.53155.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=38.90%
G=19.31%
B=41.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135671450.070.5400.43292.3136.7941.57
Hex87439173602B124252a
Octal2071032217660534444552
Binary100001111000011100100011111101100101011100100100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874391; }

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

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

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

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

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

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

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

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