#841A9A

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

Shades of Vivid Violet #841A9A

Tints of Vivid Violet #841A9A

Color information

#841A9A (or 0x841A9A) is unknown color: approx Vivid Violet. HEX triplet: 84, 1A and 9A. RGB value is (132,26,154). Sum of RGB (Red+Green+Blue) = 132+26+154=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #841A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841A9A is #7BE565. Grayscale: #474747. Windows color (decimal): -8119654 or 10099332. OLE color: 10099332.

HSL color Cylindrical-coordinate representation of color #841A9A: hue angle of 289.69º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841A9A is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13226154-
CMYK0.140.8300.40
HSL289.69º71.11%35.29%-
HSV(B)289.69º83.12%60.39%-
XYZ15.727.9831.28-
YUV72.29174.12170.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 26 (10.55% from 255) = 8.33%
BLUE value IS 154 (60.55% from 255) = 49.36%
R=42.31%
G=8.33%
B=49.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132261540.140.8300.40289.6971.1135.29
Hex841A9AE530281224723
Octal204322321612305044210743
Binary1000010011010100110101110101001101010001001000101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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