#836F9A

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

Shades of Deluge #836F9A

Tints of Deluge #836F9A

Color information

#836F9A (or 0x836F9A) is unknown color: approx Deluge. HEX triplet: 83, 6F and 9A. RGB value is (131,111,154). Sum of RGB (Red+Green+Blue) = 131+111+154=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #836F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F9A is #7C9065. Grayscale: #797979. Windows color (decimal): -8163430 or 10121091. OLE color: 10121091.

HSL color Cylindrical-coordinate representation of color #836F9A: hue angle of 267.91º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #836F9A is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131111154-
CMYK0.150.2800.40
HSL267.91º17.55%51.96%-
HSV(B)267.91º27.92%60.39%-
XYZ20.8818.5333.05-
YUV121.88146.13134.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 111 (43.75% from 255) = 28.03%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=33.08%
G=28.03%
B=38.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311111540.150.2800.40267.9117.5551.96
Hex836F9AF1C02810c1234
Octal20315723217340504142264
Binary10000011110111110011010111111100010100010000110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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