#815DAC

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

Shades of Deluge #815DAC

Tints of Deluge #815DAC

Color information

#815DAC (or 0x815DAC) is unknown color: approx Deluge. HEX triplet: 81, 5D and AC. RGB value is (129,93,172). Sum of RGB (Red+Green+Blue) = 129+93+172=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #815DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAC is #7EA253. Grayscale: #707070. Windows color (decimal): -8299092 or 11296129. OLE color: 11296129.

HSL color Cylindrical-coordinate representation of color #815DAC: hue angle of 267.34º 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 #815DAC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12993172-
CMYK0.250.4600.33
HSL267.34º32.24%51.96%-
HSV(B)267.34º45.93%67.45%-
XYZ20.4115.4740.94-
YUV112.77161.43139.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.74%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=32.74%
G=23.60%
B=43.65%

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
Decimal129931720.250.4600.33267.3432.2451.96
Hex815DAC192E02110b2034
Octal20113525431560414134064
Binary10000001101110110101100110011011100100001100001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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