#836DB1

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

Shades of Deluge #836DB1

Tints of Deluge #836DB1

Color information

#836DB1 (or 0x836DB1) is unknown color: approx Deluge. HEX triplet: 83, 6D and B1. RGB value is (131,109,177). Sum of RGB (Red+Green+Blue) = 131+109+177=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #836DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DB1 is #7C924E. Grayscale: #7B7B7B. Windows color (decimal): -8163919 or 11627907. OLE color: 11627907.

HSL color Cylindrical-coordinate representation of color #836DB1: hue angle of 259.41º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #836DB1 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131109177-
CMYK0.260.3800.31
HSL259.41º30.36%56.08%-
HSV(B)259.41º38.42%69.41%-
XYZ22.7618.9444.05-
YUV123.33158.29133.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=31.41%
G=26.14%
B=42.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311091770.260.3800.31259.4130.3656.08
Hex836DB11A2601F1031e38
Octal20315526132460374033670
Binary100000111101101101100011101010011001111110000001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,109,177); }

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

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

 a { background-color: rgb(131,109,177); }

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

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

 span { border-color: rgb(131,109,177); }

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