#874392

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

Shades of Vivid Violet #874392

Tints of Vivid Violet #874392

Color information

#874392 (or 0x874392) is unknown color: approx Vivid Violet. HEX triplet: 87, 43 and 92. RGB value is (135,67,146). Sum of RGB (Red+Green+Blue) = 135+67+146=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #874392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874392 is #78BC6D. Grayscale: #606060. Windows color (decimal): -7912558 or 9585543. OLE color: 9585543.

HSL color Cylindrical-coordinate representation of color #874392: hue angle of 291.65º 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 #874392 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13567146-
CMYK0.080.5400.43
HSL291.65º37.09%41.76%-
HSV(B)291.65º54.11%57.25%-
XYZ17.1911.2428.46-
YUV96.34156.03155.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=38.79%
G=19.25%
B=41.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135671460.080.5400.43291.6537.0941.76
Hex87439283602B124252a
Octal20710322210660534444552
Binary1000011110000111001001010001101100101011100100100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874392; }

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

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

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

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

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

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

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

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