#836F9D

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

Shades of Deluge #836F9D

Tints of Deluge #836F9D

Color information

#836F9D (or 0x836F9D) is unknown color: approx Deluge. HEX triplet: 83, 6F and 9D. RGB value is (131,111,157). Sum of RGB (Red+Green+Blue) = 131+111+157=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #836F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F9D is #7C9062. Grayscale: #7A7A7A. Windows color (decimal): -8163427 or 10317699. OLE color: 10317699.

HSL color Cylindrical-coordinate representation of color #836F9D: hue angle of 266.09º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #836F9D is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131111157-
CMYK0.170.2900.38
HSL266.09º19.01%52.55%-
HSV(B)266.09º29.3%61.57%-
XYZ21.1318.6334.38-
YUV122.22147.63134.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=32.83%
G=27.82%
B=39.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311111570.170.2900.38266.0919.0152.55
Hex836F9D111D02610a1335
Octal20315723521350464122365
Binary100000111101111100111011000111101010011010000101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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