#84096C

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

Shades of Dark Purple #84096C

Tints of Dark Purple #84096C

Color information

#84096C (or 0x84096C) is unknown color: approx Dark Purple. HEX triplet: 84, 09 and 6C. RGB value is (132,9,108). Sum of RGB (Red+Green+Blue) = 132+9+108=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84096C is #7BF693. Grayscale: #383838. Windows color (decimal): -8124052 or 7080324. OLE color: 7080324.

HSL color Cylindrical-coordinate representation of color #84096C: hue angle of 311.71º 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 #84096C is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB1329108-
CMYK00.930.180.48
HSL311.71º87.23%27.65%-
HSV(B)311.71º93.18%51.76%-
XYZ12.326.1814.73-
YUV57.06156.75181.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=53.01%
G=3.61%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132910800.930.180.48311.7187.2327.65
Hex8496C05D1230138571c
Octal204111540135226047012734
Binary10000100100111011000101110110010110000100111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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