#82097A

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

Shades of Purple #82097A

Tints of Purple #82097A

Color information

#82097A (or 0x82097A) is unknown color: approx Purple. HEX triplet: 82, 09 and 7A. RGB value is (130,9,122). Sum of RGB (Red+Green+Blue) = 130+9+122=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82097A is #7DF685. Grayscale: #393939. Windows color (decimal): -8255110 or 7997826. OLE color: 7997826.

HSL color Cylindrical-coordinate representation of color #82097A: hue angle of 303.97º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82097A is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB1309122-
CMYK00.930.060.49
HSL303.97º87.05%27.25%-
HSV(B)303.97º93.08%50.98%-
XYZ12.826.3518.96-
YUV58.06164.09179.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=49.81%
G=3.45%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130912200.930.060.49303.9787.0527.25
Hex8297A05D631130571b
Octal20211172013566146012733
Binary100000101001111101001011101110110001100110000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82097A; }

 p { color: rgb(130,9,122); }

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

<style>
 a { background-color: #82097A; }

 a { background-color: rgb(130,9,122); }

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

<style>
 span { border-color: #82097A; }

 span { border-color: rgb(130,9,122); }

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