#816899

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

Shades of Deluge #816899

Tints of Deluge #816899

Color information

#816899 (or 0x816899) is unknown color: approx Deluge. HEX triplet: 81, 68 and 99. RGB value is (129,104,153). Sum of RGB (Red+Green+Blue) = 129+104+153=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #816899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816899 is #7E9766. Grayscale: #747474. Windows color (decimal): -8296295 or 10053761. OLE color: 10053761.

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

Color convert

RGB129104153-
CMYK0.160.3200.4
HSL270.61º19.37%50.39%-
HSV(B)270.61º32.03%60%-
XYZ19.7516.8732.35-
YUV117.06148.28136.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=33.42%
G=26.94%
B=39.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291041530.160.3200.4270.6119.3750.39
Hex816899102002810f1332
Octal20115023120400504172362
Binary1000000111010001001100110000100000010100010000111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816899; }

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

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

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

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

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

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

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

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