#82126D

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

Shades of Dark Purple #82126D

Tints of Dark Purple #82126D

Color information

#82126D (or 0x82126D) is unknown color: approx Dark Purple. HEX triplet: 82, 12 and 6D. RGB value is (130,18,109). Sum of RGB (Red+Green+Blue) = 130+18+109=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82126D is #7DED92. Grayscale: #3D3D3D. Windows color (decimal): -8252819 or 7148162. OLE color: 7148162.

HSL color Cylindrical-coordinate representation of color #82126D: hue angle of 311.25º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82126D is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13018109-
CMYK00.860.160.49
HSL311.25º75.68%29.02%-
HSV(B)311.25º86.15%50.98%-
XYZ12.186.2815.04-
YUV61.86154.61176.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=50.58%
G=7.00%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301810900.860.160.49311.2575.6829.02
Hex82126D05610311374c1d
Octal202221550126206146711435
Binary100000101001011011010101011010000110001100110111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,18,109); }

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

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

 a { background-color: rgb(130,18,109); }

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

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

 span { border-color: rgb(130,18,109); }

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