#841E9B

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

Shades of Vivid Violet #841E9B

Tints of Vivid Violet #841E9B

Color information

#841E9B (or 0x841E9B) is unknown color: approx Vivid Violet. HEX triplet: 84, 1E and 9B. RGB value is (132,30,155). Sum of RGB (Red+Green+Blue) = 132+30+155=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #841E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841E9B is #7BE164. Grayscale: #4A4A4A. Windows color (decimal): -8118629 or 10165892. OLE color: 10165892.

HSL color Cylindrical-coordinate representation of color #841E9B: hue angle of 288.96º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841E9B is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13230155-
CMYK0.150.8100.39
HSL288.96º67.57%36.27%-
HSV(B)288.96º80.65%60.78%-
XYZ15.98.231.76-
YUV74.75173.29168.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 30 (12.11% from 255) = 9.46%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=41.64%
G=9.46%
B=48.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132301550.150.8100.39288.9667.5736.27
Hex841E9BF510271214424
Octal204362331712104744110444
Binary1000010011110100110111111101000101001111001000011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,30,155); }

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

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

 a { background-color: rgb(132,30,155); }

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

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

 span { border-color: rgb(132,30,155); }

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