#816F96

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

Shades of Deluge #816F96

Tints of Deluge #816F96

Color information

#816F96 (or 0x816F96) is unknown color: approx Deluge. HEX triplet: 81, 6F and 96. RGB value is (129,111,150). Sum of RGB (Red+Green+Blue) = 129+111+150=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #816F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816F96 is #7E9069. Grayscale: #787878. Windows color (decimal): -8294506 or 9858945. OLE color: 9858945.

HSL color Cylindrical-coordinate representation of color #816F96: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816F96 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB129111150-
CMYK0.140.2600.41
HSL267.69º15.66%51.18%-
HSV(B)267.69º26%58.82%-
XYZ20.2418.2431.31-
YUV120.83144.46133.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=33.08%
G=28.46%
B=38.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291111500.140.2600.41267.6915.6651.18
Hex816F96E1A02910c1033
Octal20115722616320514142063
Binary10000001110111110010110111011010010100110000110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816F96; }

 p { color: rgb(129,111,150); }

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

<style>
 a { background-color: #816F96; }

 a { background-color: rgb(129,111,150); }

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

<style>
 span { border-color: #816F96; }

 span { border-color: rgb(129,111,150); }

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