#874996

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

Shades of Vivid Violet #874996

Tints of Vivid Violet #874996

Color information

#874996 (or 0x874996) is unknown color: approx Vivid Violet. HEX triplet: 87, 49 and 96. RGB value is (135,73,150). Sum of RGB (Red+Green+Blue) = 135+73+150=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #874996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874996 is #78B669. Grayscale: #646464. Windows color (decimal): -7911018 or 9849223. OLE color: 9849223.

HSL color Cylindrical-coordinate representation of color #874996: hue angle of 288.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874996 is Cyan = 0.1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13573150-
CMYK0.10.5100.41
HSL288.31º34.53%43.73%-
HSV(B)288.31º51.33%58.82%-
XYZ17.8812.1230.25-
YUV100.32156.04152.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=37.71%
G=20.39%
B=41.90%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135731500.10.5100.41288.3134.5343.73
Hex874996A33029120232c
Octal20711122612630514404354
Binary1000011110010011001011010101100110101001100100000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874996; }

 p { color: rgb(135,73,150); }

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

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

 a { background-color: rgb(135,73,150); }

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

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

 span { border-color: rgb(135,73,150); }

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