#874E9D

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

Shades of Vivid Violet #874E9D

Tints of Vivid Violet #874E9D

Color information

#874E9D (or 0x874E9D) is unknown color: approx Vivid Violet. HEX triplet: 87, 4E and 9D. RGB value is (135,78,157). Sum of RGB (Red+Green+Blue) = 135+78+157=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #874E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874E9D is #78B162. Grayscale: #676767. Windows color (decimal): -7909731 or 10309255. OLE color: 10309255.

HSL color Cylindrical-coordinate representation of color #874E9D: hue angle of 283.29º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874E9D is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13578157-
CMYK0.140.5000.38
HSL283.29º33.62%46.08%-
HSV(B)283.29º50.32%61.57%-
XYZ18.813.0333.42-
YUV104.05157.88150.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=36.49%
G=21.08%
B=42.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135781570.140.5000.38283.2933.6246.08
Hex874E9DE3202611b222e
Octal20711623516620464334256
Binary1000011110011101001110111101100100100110100011011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E9D; }

 p { color: rgb(135,78,157); }

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

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

 a { background-color: rgb(135,78,157); }

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

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

 span { border-color: rgb(135,78,157); }

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