#82649F

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

Shades of Deluge #82649F

Tints of Deluge #82649F

Color information

#82649F (or 0x82649F) is unknown color: approx Deluge. HEX triplet: 82, 64 and 9F. RGB value is (130,100,159). Sum of RGB (Red+Green+Blue) = 130+100+159=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #82649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82649F is #7D9B60. Grayscale: #737373. Windows color (decimal): -8231777 or 10445954. OLE color: 10445954.

HSL color Cylindrical-coordinate representation of color #82649F: hue angle of 270.51º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82649F is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130100159-
CMYK0.180.3700.38
HSL270.51º23.51%50.78%-
HSV(B)270.51º37.11%62.35%-
XYZ20.0216.3634.9-
YUV115.7152.44138.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=33.42%
G=25.71%
B=40.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301001590.180.3700.38270.5123.5150.78
Hex82649F122502610f1833
Octal20214423722450464173063
Binary1000001011001001001111110010100101010011010000111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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