#84106E

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

Shades of Dark Purple #84106E

Tints of Dark Purple #84106E

Color information

#84106E (or 0x84106E) is unknown color: approx Dark Purple. HEX triplet: 84, 10 and 6E. RGB value is (132,16,110). Sum of RGB (Red+Green+Blue) = 132+16+110=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84106E is #7BEF91. Grayscale: #3D3D3D. Windows color (decimal): -8122258 or 7213188. OLE color: 7213188.

HSL color Cylindrical-coordinate representation of color #84106E: hue angle of 311.38º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84106E is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13216110-
CMYK00.880.170.48
HSL311.38º78.38%29.02%-
HSV(B)311.38º87.88%51.76%-
XYZ12.526.415.33-
YUV61.4155.43178.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 16 (6.64% from 255) = 6.20%
BLUE value IS 110 (43.36% from 255) = 42.64%
R=51.16%
G=6.20%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321611000.880.170.48311.3878.3829.02
Hex84106E05811301374e1d
Octal204201560130216046711635
Binary100001001000011011100101100010001110000100110111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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