#874291

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

Shades of Vivid Violet #874291

Tints of Vivid Violet #874291

Color information

#874291 (or 0x874291) is unknown color: approx Vivid Violet. HEX triplet: 87, 42 and 91. RGB value is (135,66,145). Sum of RGB (Red+Green+Blue) = 135+66+145=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #874291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874291 is #78BD6E. Grayscale: #5F5F5F. Windows color (decimal): -7912815 or 9519751. OLE color: 9519751.

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

Color convert

RGB13566145-
CMYK0.070.5400.43
HSL292.41º37.44%41.37%-
HSV(B)292.41º54.48%56.86%-
XYZ17.0511.0928.03-
YUV95.64155.86156.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=39.02%
G=19.08%
B=41.91%

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
Decimal135661450.070.5400.43292.4137.4441.37
Hex87429173602B1242529
Octal2071022217660534444551
Binary100001111000010100100011111101100101011100100100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874291; }

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

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

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

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

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

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

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

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