#815FB4

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

Shades of Deluge #815FB4

Tints of Deluge #815FB4

Color information

#815FB4 (or 0x815FB4) is unknown color: approx Deluge. HEX triplet: 81, 5F and B4. RGB value is (129,95,180). Sum of RGB (Red+Green+Blue) = 129+95+180=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #815FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FB4 is #7EA04B. Grayscale: #727272. Windows color (decimal): -8298572 or 11820929. OLE color: 11820929.

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

Color convert

RGB12995180-
CMYK0.280.4700.29
HSL264º36.17%53.92%-
HSV(B)264º47.22%70.59%-
XYZ21.3816.1545.17-
YUV114.86164.76138.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 180 (70.70% from 255) = 44.55%
R=31.93%
G=23.51%
B=44.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129951800.280.4700.2926436.1753.92
Hex815FB41C2F01D1082436
Octal20113726434570354104466
Binary1000000110111111011010011100101111011101100001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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