#841A96

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

Shades of Vivid Violet #841A96

Tints of Vivid Violet #841A96

Color information

#841A96 (or 0x841A96) is unknown color: approx Vivid Violet. HEX triplet: 84, 1A and 96. RGB value is (132,26,150). Sum of RGB (Red+Green+Blue) = 132+26+150=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #841A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841A96 is #7BE569. Grayscale: #474747. Windows color (decimal): -8119658 or 9837188. OLE color: 9837188.

HSL color Cylindrical-coordinate representation of color #841A96: hue angle of 291.29º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841A96 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13226150-
CMYK0.120.8300.41
HSL291.29º70.45%34.51%-
HSV(B)291.29º82.67%58.82%-
XYZ15.397.8529.56-
YUV71.83172.12170.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 26 (10.55% from 255) = 8.44%
BLUE value IS 150 (58.98% from 255) = 48.70%
R=42.86%
G=8.44%
B=48.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132261500.120.8300.41291.2970.4534.51
Hex841A96C530291234623
Octal204322261412305144310643
Binary1000010011010100101101100101001101010011001000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,26,150); }

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

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

 a { background-color: rgb(132,26,150); }

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

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

 span { border-color: rgb(132,26,150); }

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