#841EA2

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

Shades of Vivid Violet #841EA2

Tints of Vivid Violet #841EA2

Color information

#841EA2 (or 0x841EA2) is unknown color: approx Vivid Violet. HEX triplet: 84, 1E and A2. RGB value is (132,30,162). Sum of RGB (Red+Green+Blue) = 132+30+162=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #841EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841EA2 is #7BE15D. Grayscale: #4B4B4B. Windows color (decimal): -8118622 or 10624644. OLE color: 10624644.

HSL color Cylindrical-coordinate representation of color #841EA2: hue angle of 286.36º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841EA2 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13230162-
CMYK0.190.8100.36
HSL286.36º68.75%37.65%-
HSV(B)286.36º81.48%63.53%-
XYZ16.58.4434.94-
YUV75.55176.79168.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 30 (12.11% from 255) = 9.26%
BLUE value IS 162 (63.67% from 255) = 50%
R=40.74%
G=9.26%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132301620.190.8100.36286.3668.7537.65
Hex841EA2135102411e4526
Octal204362422312104443610546
Binary10000100111101010001010011101000101001001000111101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841EA2; }

 p { color: rgb(132,30,162); }

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

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

 a { background-color: rgb(132,30,162); }

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

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

 span { border-color: rgb(132,30,162); }

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