#82286A

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

Shades of Dark Purple #82286A

Tints of Dark Purple #82286A

Color information

#82286A (or 0x82286A) is unknown color: approx Dark Purple. HEX triplet: 82, 28 and 6A. RGB value is (130,40,106). Sum of RGB (Red+Green+Blue) = 130+40+106=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82286A is #7DD795. Grayscale: #4A4A4A. Windows color (decimal): -8247190 or 6957186. OLE color: 6957186.

HSL color Cylindrical-coordinate representation of color #82286A: hue angle of 316º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82286A is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13040106-
CMYK00.690.180.49
HSL316º52.94%33.33%-
HSV(B)316º69.23%50.98%-
XYZ12.577.314.38-
YUV74.43145.82167.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 40 (16.02% from 255) = 14.49%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=47.10%
G=14.49%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304010600.690.180.4931652.9433.33
Hex82286A045123113c3521
Octal20250152010522614746541
Binary1000001010100011010100100010110010110001100111100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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