#836C9B

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

Shades of Deluge #836C9B

Tints of Deluge #836C9B

Color information

#836C9B (or 0x836C9B) is unknown color: approx Deluge. HEX triplet: 83, 6C and 9B. RGB value is (131,108,155). Sum of RGB (Red+Green+Blue) = 131+108+155=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #836C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C9B is #7C9364. Grayscale: #787878. Windows color (decimal): -8164197 or 10185859. OLE color: 10185859.

HSL color Cylindrical-coordinate representation of color #836C9B: hue angle of 269.36º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #836C9B is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131108155-
CMYK0.150.3000.39
HSL269.36º19.03%51.57%-
HSV(B)269.36º30.32%60.78%-
XYZ20.6417.9233.38-
YUV120.24147.62135.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 108 (42.58% from 255) = 27.41%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=33.25%
G=27.41%
B=39.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311081550.150.3000.39269.3619.0351.57
Hex836C9BF1E02710d1334
Octal20315423317360474152364
Binary10000011110110010011011111111110010011110000110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,108,155); }

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

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

 a { background-color: rgb(131,108,155); }

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

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

 span { border-color: rgb(131,108,155); }

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