#820D6D

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

Shades of Dark Purple #820D6D

Tints of Dark Purple #820D6D

Color information

#820D6D (or 0x820D6D) is unknown color: approx Dark Purple. HEX triplet: 82, 0D and 6D. RGB value is (130,13,109). Sum of RGB (Red+Green+Blue) = 130+13+109=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #820D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D6D is #7DF292. Grayscale: #3A3A3A. Windows color (decimal): -8254099 or 7146882. OLE color: 7146882.

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

Color convert

RGB13013109-
CMYK00.90.160.49
HSL310.77º81.82%28.04%-
HSV(B)310.77º90%50.98%-
XYZ12.116.1415.01-
YUV58.93156.26178.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 13 (5.47% from 255) = 5.16%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=51.59%
G=5.16%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301310900.90.160.49310.7781.8228.04
Hex82D6D05A1031137521c
Octal202151550132206146712234
Binary10000010110111011010101101010000110001100110111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820D6D; }

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

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

<style>
 a { background-color: #820D6D; }

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

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

<style>
 span { border-color: #820D6D; }

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

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