#820E6E

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

Shades of Dark Purple #820E6E

Tints of Dark Purple #820E6E

Color information

#820E6E (or 0x820E6E) is unknown color: approx Dark Purple. HEX triplet: 82, 0E and 6E. RGB value is (130,14,110). Sum of RGB (Red+Green+Blue) = 130+14+110=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #820E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E6E is #7DF191. Grayscale: #3B3B3B. Windows color (decimal): -8253842 or 7212674. OLE color: 7212674.

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

Color convert

RGB13014110-
CMYK00.890.150.49
HSL310.34º80.56%28.24%-
HSV(B)310.34º89.23%50.98%-
XYZ12.186.1915.3-
YUV59.63156.43178.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 14 (5.86% from 255) = 5.51%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=51.18%
G=5.51%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301411000.890.150.49310.3480.5628.24
Hex82E6E059F31136511c
Octal202161560131176146612134
Binary1000001011101101110010110011111110001100110110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,14,110); }

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

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

 a { background-color: rgb(130,14,110); }

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

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

 span { border-color: rgb(130,14,110); }

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