#815DAA

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

Shades of Deluge #815DAA

Tints of Deluge #815DAA

Color information

#815DAA (or 0x815DAA) is unknown color: approx Deluge. HEX triplet: 81, 5D and AA. RGB value is (129,93,170). Sum of RGB (Red+Green+Blue) = 129+93+170=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #815DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAA is #7EA255. Grayscale: #707070. Windows color (decimal): -8299094 or 11165057. OLE color: 11165057.

HSL color Cylindrical-coordinate representation of color #815DAA: hue angle of 268.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #815DAA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12993170-
CMYK0.240.4500.33
HSL268.05º31.17%51.57%-
HSV(B)268.05º45.29%66.67%-
XYZ20.2215.439.94-
YUV112.54160.43139.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=32.91%
G=23.72%
B=43.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129931700.240.4500.33268.0531.1751.57
Hex815DAA182D02110c1f34
Octal20113525230550414143764
Binary1000000110111011010101011000101101010000110000110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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