#874192

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

Shades of Vivid Violet #874192

Tints of Vivid Violet #874192

Color information

#874192 (or 0x874192) is unknown color: approx Vivid Violet. HEX triplet: 87, 41 and 92. RGB value is (135,65,146). Sum of RGB (Red+Green+Blue) = 135+65+146=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #874192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874192 is #78BE6D. Grayscale: #5E5E5E. Windows color (decimal): -7913070 or 9585031. OLE color: 9585031.

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

Color convert

RGB13565146-
CMYK0.080.5500.43
HSL291.85º38.39%41.37%-
HSV(B)291.85º55.48%57.25%-
XYZ17.0711.0128.42-
YUV95.16156.69156.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=39.02%
G=18.79%
B=42.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135651460.080.5500.43291.8538.3941.37
Hex87419283702B1242629
Octal20710122210670534444651
Binary1000011110000011001001010001101110101011100100100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874192; }

 p { color: rgb(135,65,146); }

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

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

 a { background-color: rgb(135,65,146); }

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

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

 span { border-color: rgb(135,65,146); }

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