#815DB4

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

Shades of Deluge #815DB4

Tints of Deluge #815DB4

Color information

#815DB4 (or 0x815DB4) is unknown color: approx Deluge. HEX triplet: 81, 5D and B4. RGB value is (129,93,180). Sum of RGB (Red+Green+Blue) = 129+93+180=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #815DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DB4 is #7EA24B. Grayscale: #717171. Windows color (decimal): -8299084 or 11820417. OLE color: 11820417.

HSL color Cylindrical-coordinate representation of color #815DB4: hue angle of 264.83º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #815DB4 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12993180-
CMYK0.280.4800.29
HSL264.83º36.71%53.53%-
HSV(B)264.83º48.33%70.59%-
XYZ21.2115.7945.11-
YUV113.68165.43138.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=32.09%
G=23.13%
B=44.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129931800.280.4800.29264.8336.7153.53
Hex815DB41C3001D1092536
Octal20113526434600354114566
Binary1000000110111011011010011100110000011101100001001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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