#84116F

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

Shades of Dark Purple #84116F

Tints of Dark Purple #84116F

Color information

#84116F (or 0x84116F) is unknown color: approx Dark Purple. HEX triplet: 84, 11 and 6F. RGB value is (132,17,111). Sum of RGB (Red+Green+Blue) = 132+17+111=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84116F is #7BEE90. Grayscale: #3D3D3D. Windows color (decimal): -8122001 or 7278980. OLE color: 7278980.

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

Color convert

RGB13217111-
CMYK00.870.160.48
HSL310.96º77.18%29.22%-
HSV(B)310.96º87.12%51.76%-
XYZ12.596.4515.62-
YUV62.1155.6177.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=50.77%
G=6.54%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321711100.870.160.48310.9677.1829.22
Hex84116F05710301374d1d
Octal204211570127206046711535
Binary100001001000111011110101011110000110000100110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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