#82096C

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

Shades of Dark Purple #82096C

Tints of Dark Purple #82096C

Color information

#82096C (or 0x82096C) is unknown color: approx Dark Purple. HEX triplet: 82, 09 and 6C. RGB value is (130,9,108). Sum of RGB (Red+Green+Blue) = 130+9+108=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82096C is #7DF693. Grayscale: #383838. Windows color (decimal): -8255124 or 7080322. OLE color: 7080322.

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

Color convert

RGB1309108-
CMYK00.930.170.49
HSL310.91º87.05%27.25%-
HSV(B)310.91º93.08%50.98%-
XYZ12.016.0214.72-
YUV56.46157.09180.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=52.63%
G=3.64%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130910800.930.170.49310.9187.0527.25
Hex8296C05D1131137571b
Octal202111540135216146712733
Binary10000010100111011000101110110001110001100110111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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