#844991

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

Shades of Vivid Violet #844991

Tints of Vivid Violet #844991

Color information

#844991 (or 0x844991) is unknown color: approx Vivid Violet. HEX triplet: 84, 49 and 91. RGB value is (132,73,145). Sum of RGB (Red+Green+Blue) = 132+73+145=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #844991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844991 is #7BB66E. Grayscale: #626262. Windows color (decimal): -8107631 or 9521540. OLE color: 9521540.

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

Color convert

RGB13273145-
CMYK0.090.5000.43
HSL289.17º33.03%42.75%-
HSV(B)289.17º49.66%56.86%-
XYZ17.0111.7128.15-
YUV98.85154.05151.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=37.71%
G=20.86%
B=41.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132731450.090.5000.43289.1733.0342.75
Hex84499193202B121212b
Octal20411122111620534414153
Binary1000010010010011001000110011100100101011100100001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844991; }

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

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

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

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

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

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

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

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