#836EAD

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

Shades of Deluge #836EAD

Tints of Deluge #836EAD

Color information

#836EAD (or 0x836EAD) is unknown color: approx Deluge. HEX triplet: 83, 6E and AD. RGB value is (131,110,173). Sum of RGB (Red+Green+Blue) = 131+110+173=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #836EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836EAD is #7C9152. Grayscale: #7B7B7B. Windows color (decimal): -8163667 or 11366019. OLE color: 11366019.

HSL color Cylindrical-coordinate representation of color #836EAD: hue angle of 260º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #836EAD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131110173-
CMYK0.240.3600.32
HSL260º27.75%55.49%-
HSV(B)260º36.42%67.84%-
XYZ22.4818.9942.02-
YUV123.46155.96133.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=31.64%
G=26.57%
B=41.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311101730.240.3600.3226027.7555.49
Hex836EAD18240201041c37
Octal20315625530440404043467
Binary1000001111011101010110111000100100010000010000010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,110,173); }

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

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

 a { background-color: rgb(131,110,173); }

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

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

 span { border-color: rgb(131,110,173); }

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