#82126A

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

Shades of Dark Purple #82126A

Tints of Dark Purple #82126A

Color information

#82126A (or 0x82126A) is unknown color: approx Dark Purple. HEX triplet: 82, 12 and 6A. RGB value is (130,18,106). Sum of RGB (Red+Green+Blue) = 130+18+106=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82126A is #7DED95. Grayscale: #3D3D3D. Windows color (decimal): -8252822 or 6951554. OLE color: 6951554.

HSL color Cylindrical-coordinate representation of color #82126A: hue angle of 312.86º 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 #82126A is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13018106-
CMYK00.860.180.49
HSL312.86º75.68%29.02%-
HSV(B)312.86º86.15%50.98%-
XYZ12.026.2214.2-
YUV61.52153.11176.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 106 (41.80% from 255) = 41.73%
R=51.18%
G=7.09%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301810600.860.180.49312.8675.6829.02
Hex82126A05612311394c1d
Octal202221520126226147111435
Binary100000101001011010100101011010010110001100111001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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