#84096D

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

Shades of Dark Purple #84096D

Tints of Dark Purple #84096D

Color information

#84096D (or 0x84096D) is unknown color: approx Dark Purple. HEX triplet: 84, 09 and 6D. RGB value is (132,9,109). Sum of RGB (Red+Green+Blue) = 132+9+109=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84096D is #7BF692. Grayscale: #383838. Windows color (decimal): -8124051 or 7145860. OLE color: 7145860.

HSL color Cylindrical-coordinate representation of color #84096D: hue angle of 311.22º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84096D is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB1329109-
CMYK00.930.170.48
HSL311.22º87.23%27.65%-
HSV(B)311.22º93.18%51.76%-
XYZ12.376.2115.01-
YUV57.18157.25181.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 9 (3.91% from 255) = 3.6%
BLUE value IS 109 (42.97% from 255) = 43.6%
R=52.8%
G=3.6%
B=43.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132910900.930.170.48311.2287.2327.65
Hex8496D05D1130137571c
Octal204111550135216046712734
Binary10000100100111011010101110110001110000100110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84096D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84096D; }

 p { color: rgb(132,9,109); }

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

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

 a { background-color: rgb(132,9,109); }

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

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

 span { border-color: rgb(132,9,109); }

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