#841EAB

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

Shades of Vivid Violet #841EAB

Tints of Vivid Violet #841EAB

Color information

#841EAB (or 0x841EAB) is unknown color: approx Vivid Violet. HEX triplet: 84, 1E and AB. RGB value is (132,30,171). Sum of RGB (Red+Green+Blue) = 132+30+171=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #841EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841EAB is #7BE154. Grayscale: #4C4C4C. Windows color (decimal): -8118613 or 11214468. OLE color: 11214468.

HSL color Cylindrical-coordinate representation of color #841EAB: hue angle of 283.4º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841EAB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13230171-
CMYK0.230.8200.33
HSL283.4º70.15%39.41%-
HSV(B)283.4º82.46%67.06%-
XYZ17.338.7739.31-
YUV76.57181.29167.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 30 (12.11% from 255) = 9.01%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=39.64%
G=9.01%
B=51.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132301710.230.8200.33283.470.1539.41
Hex841EAB175202111b4627
Octal204362532712204143310647
Binary10000100111101010101110111101001001000011000110111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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