#84097E

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

Shades of Purple #84097E

Tints of Purple #84097E

Color information

#84097E (or 0x84097E) is unknown color: approx Purple. HEX triplet: 84, 09 and 7E. RGB value is (132,9,126). Sum of RGB (Red+Green+Blue) = 132+9+126=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #84097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84097E is #7BF681. Grayscale: #3A3A3A. Windows color (decimal): -8124034 or 8259972. OLE color: 8259972.

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

Color convert

RGB1329126-
CMYK00.930.050.48
HSL302.93º87.23%27.65%-
HSV(B)302.93º93.18%51.76%-
XYZ13.386.6120.31-
YUV59.11165.75179.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 126 (49.61% from 255) = 47.19%
R=49.44%
G=3.37%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132912600.930.050.48302.9387.2327.65
Hex8497E05D53012f571c
Octal20411176013556045712734
Binary100001001001111111001011101101110000100101111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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