#82187D

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

Shades of Dark Purple #82187D

Tints of Dark Purple #82187D

Color information

#82187D (or 0x82187D) is unknown color: approx Dark Purple. HEX triplet: 82, 18 and 7D. RGB value is (130,24,125). Sum of RGB (Red+Green+Blue) = 130+24+125=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82187D is #7DE782. Grayscale: #424242. Windows color (decimal): -8251267 or 8198274. OLE color: 8198274.

HSL color Cylindrical-coordinate representation of color #82187D: hue angle of 302.83º 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 #82187D is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13024125-
CMYK00.820.040.49
HSL302.83º68.83%30.2%-
HSV(B)302.83º81.54%50.98%-
XYZ13.236.8820.03-
YUV67.21160.62172.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=46.59%
G=8.60%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302412500.820.040.49302.8368.8330.2
Hex82187D05243112f451e
Octal20230175012246145710536
Binary1000001011000111110101010010100110001100101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82187D; }

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

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

<style>
 a { background-color: #82187D; }

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

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

<style>
 span { border-color: #82187D; }

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

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