#874A8C

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

Shades of Vivid Violet #874A8C

Tints of Vivid Violet #874A8C

Color information

#874A8C (or 0x874A8C) is unknown color: approx Vivid Violet. HEX triplet: 87, 4A and 8C. RGB value is (135,74,140). Sum of RGB (Red+Green+Blue) = 135+74+140=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #874A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874A8C is #78B573. Grayscale: #636363. Windows color (decimal): -7910772 or 9194119. OLE color: 9194119.

HSL color Cylindrical-coordinate representation of color #874A8C: hue angle of 295.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874A8C is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13574140-
CMYK0.040.4700.45
HSL295.45º30.84%41.96%-
HSV(B)295.45º47.14%54.9%-
XYZ17.1711.9426.21-
YUV99.76150.71153.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=38.68%
G=21.20%
B=40.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135741400.040.4700.45295.4530.8441.96
Hex874A8C42F02D1271f2a
Octal2071122144570554473752
Binary10000111100101010001100100101111010110110010011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,74,140); }

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

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

 a { background-color: rgb(135,74,140); }

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

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

 span { border-color: rgb(135,74,140); }

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