#82096B

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

Shades of Dark Purple #82096B

Tints of Dark Purple #82096B

Color information

#82096B (or 0x82096B) is unknown color: approx Dark Purple. HEX triplet: 82, 09 and 6B. RGB value is (130,9,107). Sum of RGB (Red+Green+Blue) = 130+9+107=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82096B is #7DF694. Grayscale: #383838. Windows color (decimal): -8255125 or 7014786. OLE color: 7014786.

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

Color convert

RGB1309107-
CMYK00.930.180.49
HSL311.4º87.05%27.25%-
HSV(B)311.4º93.08%50.98%-
XYZ11.96614.44-
YUV56.35156.59180.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 9 (3.91% from 255) = 3.66%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=52.85%
G=3.66%
B=43.50%

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
Decimal130910700.930.180.49311.487.0527.25
Hex8296B05D1231137571b
Octal202111530135226146712733
Binary10000010100111010110101110110010110001100110111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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