#842896

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

Shades of Vivid Violet #842896

Tints of Vivid Violet #842896

Color information

#842896 (or 0x842896) is unknown color: approx Vivid Violet. HEX triplet: 84, 28 and 96. RGB value is (132,40,150). Sum of RGB (Red+Green+Blue) = 132+40+150=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #842896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842896 is #7BD769. Grayscale: #4F4F4F. Windows color (decimal): -8116074 or 9840772. OLE color: 9840772.

HSL color Cylindrical-coordinate representation of color #842896: hue angle of 290.18º degrees, saturation: 0.58, 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 #842896 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13240150-
CMYK0.120.7300.41
HSL290.18º57.89%37.25%-
HSV(B)290.18º73.33%58.82%-
XYZ15.788.6329.69-
YUV80.05167.48165.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=40.99%
G=12.42%
B=46.58%

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
Decimal132401500.120.7300.41290.1857.8937.25
Hex842896C490291223a25
Octal20450226141110514427245
Binary1000010010100010010110110010010010101001100100010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842896; }

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

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

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

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

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

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

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

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