#84116E

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

Shades of Dark Purple #84116E

Tints of Dark Purple #84116E

Color information

#84116E (or 0x84116E) is unknown color: approx Dark Purple. HEX triplet: 84, 11 and 6E. RGB value is (132,17,110). Sum of RGB (Red+Green+Blue) = 132+17+110=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84116E is #7BEE91. Grayscale: #3D3D3D. Windows color (decimal): -8122002 or 7213444. OLE color: 7213444.

HSL color Cylindrical-coordinate representation of color #84116E: hue angle of 311.48º 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 #84116E is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13217110-
CMYK00.870.170.48
HSL311.48º77.18%29.22%-
HSV(B)311.48º87.12%51.76%-
XYZ12.536.4315.33-
YUV61.99155.1177.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 17 (7.03% from 255) = 6.56%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=50.97%
G=6.56%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321711000.870.170.48311.4877.1829.22
Hex84116E05711301374d1d
Octal204211560127216046711535
Binary100001001000111011100101011110001110000100110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84116E; }

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

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

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

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

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

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

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

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