#816699

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

Shades of Deluge #816699

Tints of Deluge #816699

Color information

#816699 (or 0x816699) is unknown color: approx Deluge. HEX triplet: 81, 66 and 99. RGB value is (129,102,153). Sum of RGB (Red+Green+Blue) = 129+102+153=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #816699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816699 is #7E9966. Grayscale: #737373. Windows color (decimal): -8296807 or 10053249. OLE color: 10053249.

HSL color Cylindrical-coordinate representation of color #816699: hue angle of 271.76º 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 #816699 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB129102153-
CMYK0.160.3300.4
HSL271.76º20%50%-
HSV(B)271.76º33.33%60%-
XYZ19.5516.4732.29-
YUV115.89148.95137.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=33.59%
G=26.56%
B=39.84%

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
Decimal1291021530.160.3300.4271.762050
Hex81669910210281101432
Octal20114623120410504202462
Binary1000000111001101001100110000100001010100010001000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816699; }

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

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

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

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

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

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

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

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