#874999

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

Shades of Vivid Violet #874999

Tints of Vivid Violet #874999

Color information

#874999 (or 0x874999) is unknown color: approx Vivid Violet. HEX triplet: 87, 49 and 99. RGB value is (135,73,153). Sum of RGB (Red+Green+Blue) = 135+73+153=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #874999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874999 is #78B666. Grayscale: #646464. Windows color (decimal): -7911015 or 10045831. OLE color: 10045831.

HSL color Cylindrical-coordinate representation of color #874999: hue angle of 286.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874999 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13573153-
CMYK0.120.5200.4
HSL286.5º35.4%44.31%-
HSV(B)286.5º52.29%60%-
XYZ18.1212.2231.54-
YUV100.66157.54152.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=37.40%
G=20.22%
B=42.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135731530.120.5200.4286.535.444.31
Hex874999C3402811e232c
Octal20711123114640504364354
Binary1000011110010011001100111001101000101000100011110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874999; }

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

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

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

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

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

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

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

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