#84097F

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

Shades of Purple #84097F

Tints of Purple #84097F

Color information

#84097F (or 0x84097F) is unknown color: approx Purple. HEX triplet: 84, 09 and 7F. RGB value is (132,9,127). Sum of RGB (Red+Green+Blue) = 132+9+127=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #84097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84097F is #7BF680. Grayscale: #3A3A3A. Windows color (decimal): -8124033 or 8325508. OLE color: 8325508.

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

Color convert

RGB1329127-
CMYK00.930.040.48
HSL302.44º87.23%27.65%-
HSV(B)302.44º93.18%51.76%-
XYZ13.446.6320.65-
YUV59.23166.25179.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 9 (3.91% from 255) = 3.36%
BLUE value IS 127 (50% from 255) = 47.39%
R=49.25%
G=3.36%
B=47.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132912700.930.040.48302.4487.2327.65
Hex8497F05D43012e571c
Octal20411177013546045612734
Binary100001001001111111101011101100110000100101110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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