#874595

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

Shades of Vivid Violet #874595

Tints of Vivid Violet #874595

Color information

#874595 (or 0x874595) is unknown color: approx Vivid Violet. HEX triplet: 87, 45 and 95. RGB value is (135,69,149). Sum of RGB (Red+Green+Blue) = 135+69+149=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #874595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874595 is #78BA6A. Grayscale: #616161. Windows color (decimal): -7912043 or 9782663. OLE color: 9782663.

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

Color convert

RGB13569149-
CMYK0.090.5400.42
HSL289.5º36.7%42.75%-
HSV(B)289.5º53.69%58.43%-
XYZ17.5411.5829.74-
YUV97.85156.87154.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=38.24%
G=19.55%
B=42.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135691490.090.5400.42289.536.742.75
Hex87459593602A122252b
Octal20710522511660524424553
Binary1000011110001011001010110011101100101010100100010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874595; }

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

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

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

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

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

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

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

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