#841AA1

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

Shades of Vivid Violet #841AA1

Tints of Vivid Violet #841AA1

Color information

#841AA1 (or 0x841AA1) is unknown color: approx Vivid Violet. HEX triplet: 84, 1A and A1. RGB value is (132,26,161). Sum of RGB (Red+Green+Blue) = 132+26+161=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 161 (63.28% from 255 or 50.47% from 319); Max value from RGB is 161 - color contains mainly: blue. Hex color #841AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841AA1 is #7BE55E. Grayscale: #484848. Windows color (decimal): -8119647 or 10558084. OLE color: 10558084.

HSL color Cylindrical-coordinate representation of color #841AA1: hue angle of 287.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841AA1 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13226161-
CMYK0.180.8400.37
HSL287.11º72.19%36.67%-
HSV(B)287.11º83.85%63.14%-
XYZ16.328.2234.44-
YUV73.08177.62170.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 26 (10.55% from 255) = 8.15%
BLUE value IS 161 (63.28% from 255) = 50.47%
R=41.38%
G=8.15%
B=50.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132261610.180.8400.37287.1172.1936.67
Hex841AA1125402511f4825
Octal204322412212404543711045
Binary10000100110101010000110010101010001001011000111111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,26,161); }

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

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

 a { background-color: rgb(132,26,161); }

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

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

 span { border-color: rgb(132,26,161); }

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