#842491

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

Shades of Vivid Violet #842491

Tints of Vivid Violet #842491

Color information

#842491 (or 0x842491) is unknown color: approx Vivid Violet. HEX triplet: 84, 24 and 91. RGB value is (132,36,145). Sum of RGB (Red+Green+Blue) = 132+36+145=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #842491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842491 is #7BDB6E. Grayscale: #4C4C4C. Windows color (decimal): -8117103 or 9512068. OLE color: 9512068.

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

Color convert

RGB13236145-
CMYK0.090.7500.43
HSL292.84º60.22%35.49%-
HSV(B)292.84º75.17%56.86%-
XYZ15.268.2127.57-
YUV77.13166.3167.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 36 (14.45% from 255) = 11.50%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=42.17%
G=11.50%
B=46.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132361450.090.7500.43292.8460.2235.49
Hex84249194B02B1253c23
Octal20444221111130534457443
Binary1000010010010010010001100110010110101011100100101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842491; }

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

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

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

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

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

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

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

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