#874A92

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

Shades of Vivid Violet #874A92

Tints of Vivid Violet #874A92

Color information

#874A92 (or 0x874A92) is unknown color: approx Vivid Violet. HEX triplet: 87, 4A and 92. RGB value is (135,74,146). Sum of RGB (Red+Green+Blue) = 135+74+146=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #874A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874A92 is #78B56D. Grayscale: #646464. Windows color (decimal): -7910766 or 9587335. OLE color: 9587335.

HSL color Cylindrical-coordinate representation of color #874A92: hue angle of 290.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874A92 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13574146-
CMYK0.080.4900.43
HSL290.83º32.73%43.14%-
HSV(B)290.83º49.32%57.25%-
XYZ17.6312.1228.61-
YUV100.45153.71152.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=38.03%
G=20.85%
B=41.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135741460.080.4900.43290.8332.7343.14
Hex874A9283102B123212b
Octal20711222210610534434153
Binary1000011110010101001001010001100010101011100100011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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