#842996

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

Shades of Vivid Violet #842996

Tints of Vivid Violet #842996

Color information

#842996 (or 0x842996) is unknown color: approx Vivid Violet. HEX triplet: 84, 29 and 96. RGB value is (132,41,150). Sum of RGB (Red+Green+Blue) = 132+41+150=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #842996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842996 is #7BD669. Grayscale: #505050. Windows color (decimal): -8115818 or 9841028. OLE color: 9841028.

HSL color Cylindrical-coordinate representation of color #842996: hue angle of 290.09º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842996 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13241150-
CMYK0.120.7300.41
HSL290.09º57.07%37.45%-
HSV(B)290.09º72.67%58.82%-
XYZ15.818.6929.7-
YUV80.63167.15164.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 41 (16.41% from 255) = 12.69%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=40.87%
G=12.69%
B=46.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132411500.120.7300.41290.0957.0737.45
Hex842996C490291223925
Octal20451226141110514427145
Binary1000010010100110010110110010010010101001100100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842996; }

 p { color: rgb(132,41,150); }

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

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

 a { background-color: rgb(132,41,150); }

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

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

 span { border-color: rgb(132,41,150); }

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