#816599

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

Shades of Deluge #816599

Tints of Deluge #816599

Color information

#816599 (or 0x816599) is unknown color: approx Deluge. HEX triplet: 81, 65 and 99. RGB value is (129,101,153). Sum of RGB (Red+Green+Blue) = 129+101+153=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #816599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816599 is #7E9A66. Grayscale: #737373. Windows color (decimal): -8297063 or 10052993. OLE color: 10052993.

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

Color convert

RGB129101153-
CMYK0.160.3400.4
HSL272.31º20.47%49.8%-
HSV(B)272.31º33.99%60%-
XYZ19.4616.2732.25-
YUV115.3149.28137.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=33.68%
G=26.37%
B=39.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291011530.160.3400.4272.3120.4749.8
Hex81659910220281101432
Octal20114523120420504202462
Binary1000000111001011001100110000100010010100010001000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816599; }

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

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

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

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

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

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

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

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