#842190

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

Shades of Vivid Violet #842190

Tints of Vivid Violet #842190

Color information

#842190 (or 0x842190) is unknown color: approx Vivid Violet. HEX triplet: 84, 21 and 90. RGB value is (132,33,144). Sum of RGB (Red+Green+Blue) = 132+33+144=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #842190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842190 is #7BDE6F. Grayscale: #4A4A4A. Windows color (decimal): -8117872 or 9445764. OLE color: 9445764.

HSL color Cylindrical-coordinate representation of color #842190: hue angle of 293.51º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842190 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13233144-
CMYK0.080.7700.44
HSL293.51º62.71%34.71%-
HSV(B)293.51º77.08%56.47%-
XYZ15.098.0127.14-
YUV75.26166.8168.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=42.72%
G=10.68%
B=46.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132331440.080.7700.44293.5162.7134.71
Hex84219084D02C1263f23
Octal20441220101150544467743
Binary1000010010000110010000100010011010101100100100110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842190; }

 p { color: rgb(132,33,144); }

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

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

 a { background-color: rgb(132,33,144); }

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

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

 span { border-color: rgb(132,33,144); }

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