#82185E

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

Shades of Dark Purple #82185E

Tints of Dark Purple #82185E

Color information

#82185E (or 0x82185E) is unknown color: approx Dark Purple. HEX triplet: 82, 18 and 5E. RGB value is (130,24,94). Sum of RGB (Red+Green+Blue) = 130+24+94=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #82185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82185E is #7DE7A1. Grayscale: #3F3F3F. Windows color (decimal): -8251298 or 6166658. OLE color: 6166658.

HSL color Cylindrical-coordinate representation of color #82185E: hue angle of 320.38º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82185E is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1302494-
CMYK00.820.280.49
HSL320.38º68.83%30.2%-
HSV(B)320.38º81.54%50.98%-
XYZ11.556.2111.18-
YUV63.67145.12175.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=52.42%
G=9.68%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130249400.820.280.49320.3868.8330.2
Hex82185E0521C31140451e
Octal202301360122346150010536
Binary100000101100010111100101001011100110001101000000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82185E; }

 p { color: rgb(130,24,94); }

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

<style>
 a { background-color: #82185E; }

 a { background-color: rgb(130,24,94); }

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

<style>
 span { border-color: #82185E; }

 span { border-color: rgb(130,24,94); }

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