#836DAC

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

Shades of Deluge #836DAC

Tints of Deluge #836DAC

Color information

#836DAC (or 0x836DAC) is unknown color: approx Deluge. HEX triplet: 83, 6D and AC. RGB value is (131,109,172). Sum of RGB (Red+Green+Blue) = 131+109+172=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #836DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DAC is #7C9253. Grayscale: #7A7A7A. Windows color (decimal): -8163924 or 11300227. OLE color: 11300227.

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

Color convert

RGB131109172-
CMYK0.240.3700.33
HSL260.95º27.51%55.1%-
HSV(B)260.95º36.63%67.45%-
XYZ22.2818.7441.47-
YUV122.76155.79133.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=31.80%
G=26.46%
B=41.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311091720.240.3700.33260.9527.5155.1
Hex836DAC18250211051c37
Octal20315525430450414053467
Binary1000001111011011010110011000100101010000110000010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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