#874395

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

Shades of Vivid Violet #874395

Tints of Vivid Violet #874395

Color information

#874395 (or 0x874395) is unknown color: approx Vivid Violet. HEX triplet: 87, 43 and 95. RGB value is (135,67,149). Sum of RGB (Red+Green+Blue) = 135+67+149=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #874395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874395 is #78BC6A. Grayscale: #606060. Windows color (decimal): -7912555 or 9782151. OLE color: 9782151.

HSL color Cylindrical-coordinate representation of color #874395: hue angle of 289.76º 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 #874395 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13567149-
CMYK0.090.5500.42
HSL289.76º37.96%42.35%-
HSV(B)289.76º55.03%58.43%-
XYZ17.4211.3429.7-
YUV96.68157.53155.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 67 (26.56% from 255) = 19.09%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=38.46%
G=19.09%
B=42.45%

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
Decimal135671490.090.5500.42289.7637.9642.35
Hex87439593702A122262a
Octal20710322511670524424652
Binary1000011110000111001010110011101110101010100100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874395; }

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

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

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

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

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

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

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

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