#815DAF

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

Shades of Deluge #815DAF

Tints of Deluge #815DAF

Color information

#815DAF (or 0x815DAF) is unknown color: approx Deluge. HEX triplet: 81, 5D and AF. RGB value is (129,93,175). Sum of RGB (Red+Green+Blue) = 129+93+175=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #815DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAF is #7EA250. Grayscale: #707070. Windows color (decimal): -8299089 or 11492737. OLE color: 11492737.

HSL color Cylindrical-coordinate representation of color #815DAF: hue angle of 266.34º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815DAF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12993175-
CMYK0.260.4700.31
HSL266.34º33.88%52.55%-
HSV(B)266.34º46.86%68.63%-
XYZ20.7115.5942.48-
YUV113.11162.93139.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=32.49%
G=23.43%
B=44.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129931750.260.4700.31266.3433.8852.55
Hex815DAF1A2F01F10a2235
Octal20113525732570374124265
Binary1000000110111011010111111010101111011111100001010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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