#836F9F

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

Shades of Deluge #836F9F

Tints of Deluge #836F9F

Color information

#836F9F (or 0x836F9F) is unknown color: approx Deluge. HEX triplet: 83, 6F and 9F. RGB value is (131,111,159). Sum of RGB (Red+Green+Blue) = 131+111+159=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #836F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F9F is #7C9060. Grayscale: #7A7A7A. Windows color (decimal): -8163425 or 10448771. OLE color: 10448771.

HSL color Cylindrical-coordinate representation of color #836F9F: hue angle of 265º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #836F9F is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131111159-
CMYK0.180.3000.38
HSL265º20%52.94%-
HSV(B)265º30.19%62.35%-
XYZ21.318.735.29-
YUV122.45148.63134.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=32.67%
G=27.68%
B=39.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311111590.180.3000.382652052.94
Hex836F9F121E0261091435
Octal20315723722360464112465
Binary100000111101111100111111001011110010011010000100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836F9F; }

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

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

<style>
 a { background-color: #836F9F; }

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

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

<style>
 span { border-color: #836F9F; }

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

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