#874899

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

Shades of Vivid Violet #874899

Tints of Vivid Violet #874899

Color information

#874899 (or 0x874899) is unknown color: approx Vivid Violet. HEX triplet: 87, 48 and 99. RGB value is (135,72,153). Sum of RGB (Red+Green+Blue) = 135+72+153=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #874899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874899 is #78B766. Grayscale: #636363. Windows color (decimal): -7911271 or 10045575. OLE color: 10045575.

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

Color convert

RGB13572153-
CMYK0.120.5300.4
HSL286.67º36%44.12%-
HSV(B)286.67º52.94%60%-
XYZ18.0612.0931.52-
YUV100.07157.87152.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 153 (60.16% from 255) = 42.5%
R=37.5%
G=20%
B=42.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135721530.120.5300.4286.673644.12
Hex874899C3502811f242c
Octal20711023114650504374454
Binary1000011110010001001100111001101010101000100011111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874899; }

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

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

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

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

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

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

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

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