#82639F

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

Shades of Deluge #82639F

Tints of Deluge #82639F

Color information

#82639F (or 0x82639F) is unknown color: approx Deluge. HEX triplet: 82, 63 and 9F. RGB value is (130,99,159). Sum of RGB (Red+Green+Blue) = 130+99+159=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #82639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82639F is #7D9C60. Grayscale: #727272. Windows color (decimal): -8232033 or 10445698. OLE color: 10445698.

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

Color convert

RGB13099159-
CMYK0.180.3800.38
HSL271º23.81%50.59%-
HSV(B)271º37.74%62.35%-
XYZ19.9316.1734.87-
YUV115.11152.77138.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=33.51%
G=25.52%
B=40.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130991590.180.3800.3827123.8150.59
Hex82639F122602610f1833
Octal20214323722460464173063
Binary1000001011000111001111110010100110010011010000111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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