#816799

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

Shades of Deluge #816799

Tints of Deluge #816799

Color information

#816799 (or 0x816799) is unknown color: approx Deluge. HEX triplet: 81, 67 and 99. RGB value is (129,103,153). Sum of RGB (Red+Green+Blue) = 129+103+153=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #816799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816799 is #7E9866. Grayscale: #747474. Windows color (decimal): -8296551 or 10053505. OLE color: 10053505.

HSL color Cylindrical-coordinate representation of color #816799: hue angle of 271.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #816799 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB129103153-
CMYK0.160.3300.4
HSL271.2º19.69%50.2%-
HSV(B)271.2º32.68%60%-
XYZ19.6516.6732.32-
YUV116.47148.61136.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 153 (60.16% from 255) = 39.74%
R=33.51%
G=26.75%
B=39.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291031530.160.3300.4271.219.6950.2
Hex816799102102810f1432
Octal20114723120410504172462
Binary1000000111001111001100110000100001010100010000111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816799; }

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

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

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

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

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

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

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

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