#836AAC

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

Shades of Deluge #836AAC

Tints of Deluge #836AAC

Color information

#836AAC (or 0x836AAC) is unknown color: approx Deluge. HEX triplet: 83, 6A and AC. RGB value is (131,106,172). Sum of RGB (Red+Green+Blue) = 131+106+172=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #836AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836AAC is #7C9553. Grayscale: #787878. Windows color (decimal): -8164692 or 11299459. OLE color: 11299459.

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

Color convert

RGB131106172-
CMYK0.240.3800.33
HSL262.73º28.45%54.51%-
HSV(B)262.73º38.37%67.45%-
XYZ21.9618.1141.37-
YUV121156.78135.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=32.03%
G=25.92%
B=42.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311061720.240.3800.33262.7328.4554.51
Hex836AAC18260211071c37
Octal20315225430460414073467
Binary1000001111010101010110011000100110010000110000011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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