#815DAE

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

Shades of Deluge #815DAE

Tints of Deluge #815DAE

Color information

#815DAE (or 0x815DAE) is unknown color: approx Deluge. HEX triplet: 81, 5D and AE. RGB value is (129,93,174). Sum of RGB (Red+Green+Blue) = 129+93+174=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #815DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAE is #7EA251. Grayscale: #707070. Windows color (decimal): -8299090 or 11427201. OLE color: 11427201.

HSL color Cylindrical-coordinate representation of color #815DAE: hue angle of 266.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815DAE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12993174-
CMYK0.260.4700.32
HSL266.67º33.33%52.35%-
HSV(B)266.67º46.55%68.24%-
XYZ20.6115.5541.96-
YUV113162.43139.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.58%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=32.58%
G=23.48%
B=43.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129931740.260.4700.32266.6733.3352.35
Hex815DAE1A2F02010b2134
Octal20113525632570404134164
Binary10000001101110110101110110101011110100000100001011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815DAE; }

 p { color: rgb(129,93,174); }

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

<style>
 a { background-color: #815DAE; }

 a { background-color: rgb(129,93,174); }

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

<style>
 span { border-color: #815DAE; }

 span { border-color: rgb(129,93,174); }

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