#83659F

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

Shades of Deluge #83659F

Tints of Deluge #83659F

Color information

#83659F (or 0x83659F) is unknown color: approx Deluge. HEX triplet: 83, 65 and 9F. RGB value is (131,101,159). Sum of RGB (Red+Green+Blue) = 131+101+159=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #83659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83659F is #7C9A60. Grayscale: #747474. Windows color (decimal): -8165985 or 10446211. OLE color: 10446211.

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

Color convert

RGB131101159-
CMYK0.180.3600.38
HSL271.03º23.2%50.98%-
HSV(B)271.03º36.48%62.35%-
XYZ20.2716.6434.94-
YUV116.58151.94138.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=33.50%
G=25.83%
B=40.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311011590.180.3600.38271.0323.250.98
Hex83659F122402610f1733
Octal20314523722440464172763
Binary1000001111001011001111110010100100010011010000111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,101,159); }

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

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

 a { background-color: rgb(131,101,159); }

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

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

 span { border-color: rgb(131,101,159); }

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