#836AAF

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

Shades of Deluge #836AAF

Tints of Deluge #836AAF

Color information

#836AAF (or 0x836AAF) is unknown color: approx Deluge. HEX triplet: 83, 6A and AF. RGB value is (131,106,175). Sum of RGB (Red+Green+Blue) = 131+106+175=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #836AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836AAF is #7C9550. Grayscale: #797979. Windows color (decimal): -8164689 or 11496067. OLE color: 11496067.

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

Color convert

RGB131106175-
CMYK0.250.3900.31
HSL261.74º30.13%55.1%-
HSV(B)261.74º39.43%68.63%-
XYZ22.2518.2342.9-
YUV121.34158.28134.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=31.80%
G=25.73%
B=42.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311061750.250.3900.31261.7430.1355.1
Hex836AAF192701F1061e37
Octal20315225731470374063667
Binary100000111101010101011111100110011101111110000011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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