#841164

Color #841164 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #841164

Tints of Dark Purple #841164

Color information

#841164 (or 0x841164) is unknown color: approx Dark Purple. HEX triplet: 84, 11 and 64. RGB value is (132,17,100). Sum of RGB (Red+Green+Blue) = 132+17+100=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #841164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841164 is #7BEE9B. Grayscale: #3C3C3C. Windows color (decimal): -8122012 or 6558084. OLE color: 6558084.

HSL color Cylindrical-coordinate representation of color #841164: hue angle of 316.7º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841164 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13217100-
CMYK00.870.240.48
HSL316.7º77.18%29.22%-
HSV(B)316.7º87.12%51.76%-
XYZ12.026.2312.63-
YUV60.85150.1178.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=53.01%
G=6.83%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321710000.870.240.48316.777.1829.22
Hex841164057183013d4d1d
Octal204211440127306047511535
Binary100001001000111001000101011111000110000100111101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841164; }

 p { color: rgb(132,17,100); }

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

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

 a { background-color: rgb(132,17,100); }

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

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

 span { border-color: rgb(132,17,100); }

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