#874591

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

Shades of Vivid Violet #874591

Tints of Vivid Violet #874591

Color information

#874591 (or 0x874591) is unknown color: approx Vivid Violet. HEX triplet: 87, 45 and 91. RGB value is (135,69,145). Sum of RGB (Red+Green+Blue) = 135+69+145=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #874591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874591 is #78BA6E. Grayscale: #616161. Windows color (decimal): -7912047 or 9520519. OLE color: 9520519.

HSL color Cylindrical-coordinate representation of color #874591: hue angle of 292.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874591 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13569145-
CMYK0.070.5200.43
HSL292.11º35.51%41.96%-
HSV(B)292.11º52.41%56.86%-
XYZ17.2311.4528.09-
YUV97.4154.87154.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 145 (57.03% from 255) = 41.55%
R=38.68%
G=19.77%
B=41.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135691450.070.5200.43292.1135.5141.96
Hex87459173402B124242a
Octal2071052217640534444452
Binary100001111000101100100011111101000101011100100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874591; }

 p { color: rgb(135,69,145); }

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

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

 a { background-color: rgb(135,69,145); }

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

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

 span { border-color: rgb(135,69,145); }

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