#82096A

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

Shades of Dark Purple #82096A

Tints of Dark Purple #82096A

Color information

#82096A (or 0x82096A) is unknown color: approx Dark Purple. HEX triplet: 82, 09 and 6A. RGB value is (130,9,106). Sum of RGB (Red+Green+Blue) = 130+9+106=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82096A is #7DF695. Grayscale: #373737. Windows color (decimal): -8255126 or 6949250. OLE color: 6949250.

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

Color convert

RGB1309106-
CMYK00.930.180.49
HSL311.9º87.05%27.25%-
HSV(B)311.9º93.08%50.98%-
XYZ11.915.9814.16-
YUV56.24156.09180.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=53.06%
G=3.67%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130910600.930.180.49311.987.0527.25
Hex8296A05D1231138571b
Octal202111520135226147012733
Binary10000010100111010100101110110010110001100111000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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