#836CAB

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

Shades of Deluge #836CAB

Tints of Deluge #836CAB

Color information

#836CAB (or 0x836CAB) is unknown color: approx Deluge. HEX triplet: 83, 6C and AB. RGB value is (131,108,171). Sum of RGB (Red+Green+Blue) = 131+108+171=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #836CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CAB is #7C9354. Grayscale: #797979. Windows color (decimal): -8164181 or 11234435. OLE color: 11234435.

HSL color Cylindrical-coordinate representation of color #836CAB: hue angle of 261.9º degrees, saturation: 0.27, 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 #836CAB is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131108171-
CMYK0.230.3700.33
HSL261.9º27.27%54.71%-
HSV(B)261.9º36.84%67.06%-
XYZ22.0718.4940.93-
YUV122.06155.62134.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=31.95%
G=26.34%
B=41.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311081710.230.3700.33261.927.2754.71
Hex836CAB17250211061b37
Octal20315425327450414063367
Binary1000001111011001010101110111100101010000110000011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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