#815DAB

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

Shades of Deluge #815DAB

Tints of Deluge #815DAB

Color information

#815DAB (or 0x815DAB) is unknown color: approx Deluge. HEX triplet: 81, 5D and AB. RGB value is (129,93,171). Sum of RGB (Red+Green+Blue) = 129+93+171=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #815DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAB is #7EA254. Grayscale: #707070. Windows color (decimal): -8299093 or 11230593. OLE color: 11230593.

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

Color convert

RGB12993171-
CMYK0.250.4600.33
HSL267.69º31.71%51.76%-
HSV(B)267.69º45.61%67.06%-
XYZ20.3215.4440.44-
YUV112.66160.93139.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=32.82%
G=23.66%
B=43.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129931710.250.4600.33267.6931.7151.76
Hex815DAB192E02110c2034
Octal20113525331560414144064
Binary10000001101110110101011110011011100100001100001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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