#841FA3

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

Shades of Vivid Violet #841FA3

Tints of Vivid Violet #841FA3

Color information

#841FA3 (or 0x841FA3) is unknown color: approx Vivid Violet. HEX triplet: 84, 1F and A3. RGB value is (132,31,163). Sum of RGB (Red+Green+Blue) = 132+31+163=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #841FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841FA3 is #7BE05C. Grayscale: #4B4B4B. Windows color (decimal): -8118365 or 10690436. OLE color: 10690436.

HSL color Cylindrical-coordinate representation of color #841FA3: hue angle of 285.91º degrees, saturation: 0.68, 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 #841FA3 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13231163-
CMYK0.190.8100.36
HSL285.91º68.04%38.04%-
HSV(B)285.91º80.98%63.92%-
XYZ16.628.5335.42-
YUV76.25176.96167.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 31 (12.5% from 255) = 9.51%
BLUE value IS 163 (64.06% from 255) = 50%
R=40.49%
G=9.51%
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
Decimal132311630.190.8100.36285.9168.0438.04
Hex841FA3135102411e4426
Octal204372432312104443610446
Binary10000100111111010001110011101000101001001000111101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,31,163); }

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

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

 a { background-color: rgb(132,31,163); }

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

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

 span { border-color: rgb(132,31,163); }

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