#841E95

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

Shades of Vivid Violet #841E95

Tints of Vivid Violet #841E95

Color information

#841E95 (or 0x841E95) is unknown color: approx Vivid Violet. HEX triplet: 84, 1E and 95. RGB value is (132,30,149). Sum of RGB (Red+Green+Blue) = 132+30+149=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #841E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841E95 is #7BE16A. Grayscale: #494949. Windows color (decimal): -8118635 or 9772676. OLE color: 9772676.

HSL color Cylindrical-coordinate representation of color #841E95: hue angle of 291.43º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841E95 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13230149-
CMYK0.110.8000.42
HSL291.43º66.48%35.1%-
HSV(B)291.43º79.87%58.43%-
XYZ15.4829.17-
YUV74.06170.29169.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=42.44%
G=9.65%
B=47.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132301490.110.8000.42291.4366.4835.1
Hex841E95B5002A1234223
Octal204362251312005244310243
Binary1000010011110100101011011101000001010101001000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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