#815FAB

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

Shades of Deluge #815FAB

Tints of Deluge #815FAB

Color information

#815FAB (or 0x815FAB) is unknown color: approx Deluge. HEX triplet: 81, 5F and AB. RGB value is (129,95,171). Sum of RGB (Red+Green+Blue) = 129+95+171=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #815FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815FAB is #7EA054. Grayscale: #717171. Windows color (decimal): -8298581 or 11231105. OLE color: 11231105.

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

Color convert

RGB12995171-
CMYK0.250.4400.33
HSL266.84º31.15%52.16%-
HSV(B)266.84º44.44%67.06%-
XYZ20.515.7940.5-
YUV113.83160.26138.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=32.66%
G=24.05%
B=43.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129951710.250.4400.33266.8431.1552.16
Hex815FAB192C02110b1f34
Octal20113725331540414133764
Binary1000000110111111010101111001101100010000110000101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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