#841F97

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

Shades of Vivid Violet #841F97

Tints of Vivid Violet #841F97

Color information

#841F97 (or 0x841F97) is unknown color: approx Vivid Violet. HEX triplet: 84, 1F and 97. RGB value is (132,31,151). Sum of RGB (Red+Green+Blue) = 132+31+151=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #841F97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841F97 is #7BE068. Grayscale: #4A4A4A. Windows color (decimal): -8118377 or 9904004. OLE color: 9904004.

HSL color Cylindrical-coordinate representation of color #841F97: hue angle of 290.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841F97 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13231151-
CMYK0.130.7900.41
HSL290.5º65.93%35.69%-
HSV(B)290.5º79.47%59.22%-
XYZ15.598.1230.02-
YUV74.88170.96168.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 31 (12.5% from 255) = 9.87%
BLUE value IS 151 (59.38% from 255) = 48.09%
R=42.04%
G=9.87%
B=48.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132311510.130.7900.41290.565.9335.69
Hex841F97D4F0291224224
Octal204372271511705144210244
Binary1000010011111100101111101100111101010011001000101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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