#841F9E

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

Shades of Vivid Violet #841F9E

Tints of Vivid Violet #841F9E

Color information

#841F9E (or 0x841F9E) is unknown color: approx Vivid Violet. HEX triplet: 84, 1F and 9E. RGB value is (132,31,158). Sum of RGB (Red+Green+Blue) = 132+31+158=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #841F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841F9E is #7BE061. Grayscale: #4B4B4B. Windows color (decimal): -8118370 or 10362756. OLE color: 10362756.

HSL color Cylindrical-coordinate representation of color #841F9E: hue angle of 287.72º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841F9E is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13231158-
CMYK0.160.8000.38
HSL287.72º67.2%37.06%-
HSV(B)287.72º80.38%61.96%-
XYZ16.188.3533.11-
YUV75.68174.46168.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 31 (12.5% from 255) = 9.66%
BLUE value IS 158 (62.11% from 255) = 49.22%
R=41.12%
G=9.66%
B=49.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132311580.160.8000.38287.7267.237.06
Hex841F9E10500261204325
Octal204372362012004644010345
Binary10000100111111001111010000101000001001101001000001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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