#874E92

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

Shades of Vivid Violet #874E92

Tints of Vivid Violet #874E92

Color information

#874E92 (or 0x874E92) is unknown color: approx Vivid Violet. HEX triplet: 87, 4E and 92. RGB value is (135,78,146). Sum of RGB (Red+Green+Blue) = 135+78+146=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #874E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874E92 is #78B16D. Grayscale: #666666. Windows color (decimal): -7909742 or 9588359. OLE color: 9588359.

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

Color convert

RGB13578146-
CMYK0.080.4700.43
HSL290.29º30.36%43.92%-
HSV(B)290.29º46.58%57.25%-
XYZ17.912.6728.7-
YUV102.79152.38150.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=37.60%
G=21.73%
B=40.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135781460.080.4700.43290.2930.3643.92
Hex874E9282F02B1221e2c
Octal20711622210570534423654
Binary100001111001110100100101000101111010101110010001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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