#84096E

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

Shades of Dark Purple #84096E

Tints of Dark Purple #84096E

Color information

#84096E (or 0x84096E) is unknown color: approx Dark Purple. HEX triplet: 84, 09 and 6E. RGB value is (132,9,110). Sum of RGB (Red+Green+Blue) = 132+9+110=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #84096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84096E is #7BF691. Grayscale: #393939. Windows color (decimal): -8124050 or 7211396. OLE color: 7211396.

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

Color convert

RGB1329110-
CMYK00.930.170.48
HSL310.73º87.23%27.65%-
HSV(B)310.73º93.18%51.76%-
XYZ12.436.2315.3-
YUV57.29157.75181.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=52.59%
G=3.59%
B=43.82%

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
Decimal132911000.930.170.48310.7387.2327.65
Hex8496E05D1130137571c
Octal204111560135216046712734
Binary10000100100111011100101110110001110000100110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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