#842591

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

Shades of Vivid Violet #842591

Tints of Vivid Violet #842591

Color information

#842591 (or 0x842591) is unknown color: approx Vivid Violet. HEX triplet: 84, 25 and 91. RGB value is (132,37,145). Sum of RGB (Red+Green+Blue) = 132+37+145=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #842591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842591 is #7BDA6E. Grayscale: #4D4D4D. Windows color (decimal): -8116847 or 9512324. OLE color: 9512324.

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

Color convert

RGB13237145-
CMYK0.090.7400.43
HSL292.78º59.34%35.69%-
HSV(B)292.78º74.48%56.86%-
XYZ15.298.2727.58-
YUV77.72165.97166.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 37 (14.84% from 255) = 11.78%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=42.04%
G=11.78%
B=46.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132371450.090.7400.43292.7859.3435.69
Hex84259194A02B1253b24
Octal20445221111120534457344
Binary1000010010010110010001100110010100101011100100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842591; }

 p { color: rgb(132,37,145); }

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

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

 a { background-color: rgb(132,37,145); }

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

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

 span { border-color: rgb(132,37,145); }

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