#84196E

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

Shades of Dark Purple #84196E

Tints of Dark Purple #84196E

Color information

#84196E (or 0x84196E) is unknown color: approx Dark Purple. HEX triplet: 84, 19 and 6E. RGB value is (132,25,110). Sum of RGB (Red+Green+Blue) = 132+25+110=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #84196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84196E is #7BE691. Grayscale: #424242. Windows color (decimal): -8119954 or 7215492. OLE color: 7215492.

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

Color convert

RGB13225110-
CMYK00.810.170.48
HSL312.34º68.15%30.78%-
HSV(B)312.34º81.06%51.76%-
XYZ12.686.7315.38-
YUV66.68152.45174.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=49.44%
G=9.36%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322511000.810.170.48312.3468.1530.78
Hex84196E0511130138441f
Octal204311560121216047010437
Binary100001001100111011100101000110001110000100111000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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