#816C99

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

Shades of Deluge #816C99

Tints of Deluge #816C99

Color information

#816C99 (or 0x816C99) is unknown color: approx Deluge. HEX triplet: 81, 6C and 99. RGB value is (129,108,153). Sum of RGB (Red+Green+Blue) = 129+108+153=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #816C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816C99 is #7E9366. Grayscale: #777777. Windows color (decimal): -8295271 or 10054785. OLE color: 10054785.

HSL color Cylindrical-coordinate representation of color #816C99: hue angle of 268º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816C99 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB129108153-
CMYK0.160.2900.4
HSL268º18.07%51.18%-
HSV(B)268º29.41%60%-
XYZ20.1717.6932.49-
YUV119.41146.96134.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=33.08%
G=27.69%
B=39.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291081530.160.2900.426818.0751.18
Hex816C99101D02810c1233
Octal20115423120350504142263
Binary100000011101100100110011000011101010100010000110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,108,153); }

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

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

 a { background-color: rgb(129,108,153); }

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

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

 span { border-color: rgb(129,108,153); }

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