#874F94

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

Shades of Vivid Violet #874F94

Tints of Vivid Violet #874F94

Color information

#874F94 (or 0x874F94) is unknown color: approx Vivid Violet. HEX triplet: 87, 4F and 94. RGB value is (135,79,148). Sum of RGB (Red+Green+Blue) = 135+79+148=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #874F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874F94 is #78B06B. Grayscale: #676767. Windows color (decimal): -7909484 or 9719687. OLE color: 9719687.

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

Color convert

RGB13579148-
CMYK0.090.4700.42
HSL288.7º30.4%44.51%-
HSV(B)288.7º46.62%58.04%-
XYZ18.1312.8829.55-
YUV103.61153.05150.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=37.29%
G=21.82%
B=40.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135791480.090.4700.42288.730.444.51
Hex874F9492F02A1211e2d
Octal20711722411570524413655
Binary100001111001111100101001001101111010101010010000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,79,148); }

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

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

 a { background-color: rgb(135,79,148); }

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

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

 span { border-color: rgb(135,79,148); }

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