#82649D

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

Shades of Deluge #82649D

Tints of Deluge #82649D

Color information

#82649D (or 0x82649D) is unknown color: approx Deluge. HEX triplet: 82, 64 and 9D. RGB value is (130,100,157). Sum of RGB (Red+Green+Blue) = 130+100+157=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #82649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82649D is #7D9B62. Grayscale: #737373. Windows color (decimal): -8231779 or 10314882. OLE color: 10314882.

HSL color Cylindrical-coordinate representation of color #82649D: hue angle of 271.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82649D is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130100157-
CMYK0.170.3600.38
HSL271.58º22.53%50.39%-
HSV(B)271.58º36.31%61.57%-
XYZ19.8516.2934-
YUV115.47151.44138.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=33.59%
G=25.84%
B=40.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301001570.170.3600.38271.5822.5350.39
Hex82649D11240261101732
Octal20214423521440464202762
Binary1000001011001001001110110001100100010011010001000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,100,157); }

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

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

 a { background-color: rgb(130,100,157); }

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

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

 span { border-color: rgb(130,100,157); }

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