#874394

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

Shades of Vivid Violet #874394

Tints of Vivid Violet #874394

Color information

#874394 (or 0x874394) is unknown color: approx Vivid Violet. HEX triplet: 87, 43 and 94. RGB value is (135,67,148). Sum of RGB (Red+Green+Blue) = 135+67+148=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #874394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874394 is #78BC6B. Grayscale: #606060. Windows color (decimal): -7912556 or 9716615. OLE color: 9716615.

HSL color Cylindrical-coordinate representation of color #874394: hue angle of 290.37º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #874394 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13567148-
CMYK0.090.5500.42
HSL290.37º37.67%42.16%-
HSV(B)290.37º54.73%58.04%-
XYZ17.3411.329.28-
YUV96.57157.03155.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 67 (26.56% from 255) = 19.14%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=38.57%
G=19.14%
B=42.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135671480.090.5500.42290.3737.6742.16
Hex87439493702A122262a
Octal20710322411670524424652
Binary1000011110000111001010010011101110101010100100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874394; }

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

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

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

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

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

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

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

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