#815FA5

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

Shades of Deluge #815FA5

Tints of Deluge #815FA5

Color information

#815FA5 (or 0x815FA5) is unknown color: approx Deluge. HEX triplet: 81, 5F and A5. RGB value is (129,95,165). Sum of RGB (Red+Green+Blue) = 129+95+165=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #815FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815FA5 is #7EA05A. Grayscale: #707070. Windows color (decimal): -8298587 or 10837889. OLE color: 10837889.

HSL color Cylindrical-coordinate representation of color #815FA5: hue angle of 269.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #815FA5 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12995165-
CMYK0.220.4200.35
HSL269.14º28%50.98%-
HSV(B)269.14º42.42%64.71%-
XYZ19.9415.5737.55-
YUV113.15157.26139.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 165 (64.84% from 255) = 42.42%
R=33.16%
G=24.42%
B=42.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129951650.220.4200.35269.142850.98
Hex815FA5162A02310d1c33
Octal20113724526520434153463
Binary1000000110111111010010110110101010010001110000110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,95,165); }

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

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

 a { background-color: rgb(129,95,165); }

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

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

 span { border-color: rgb(129,95,165); }

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