#83699F

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

Shades of Deluge #83699F

Tints of Deluge #83699F

Color information

#83699F (or 0x83699F) is unknown color: approx Deluge. HEX triplet: 83, 69 and 9F. RGB value is (131,105,159). Sum of RGB (Red+Green+Blue) = 131+105+159=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #83699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83699F is #7C9660. Grayscale: #767676. Windows color (decimal): -8164961 or 10447235. OLE color: 10447235.

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

Color convert

RGB131105159-
CMYK0.180.3400.38
HSL268.89º21.95%51.76%-
HSV(B)268.89º33.96%62.35%-
XYZ20.6717.4335.08-
YUV118.93150.61136.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=33.16%
G=26.58%
B=40.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311051590.180.3400.38268.8921.9551.76
Hex83699F122202610d1634
Octal20315123722420464152664
Binary1000001111010011001111110010100010010011010000110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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