#81669C

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

Shades of Deluge #81669C

Tints of Deluge #81669C

Color information

#81669C (or 0x81669C) is unknown color: approx Deluge. HEX triplet: 81, 66 and 9C. RGB value is (129,102,156). Sum of RGB (Red+Green+Blue) = 129+102+156=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #81669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81669C is #7E9963. Grayscale: #747474. Windows color (decimal): -8296804 or 10249857. OLE color: 10249857.

HSL color Cylindrical-coordinate representation of color #81669C: hue angle of 270º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81669C is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129102156-
CMYK0.170.3500.39
HSL270º21.43%50.59%-
HSV(B)270º34.62%61.18%-
XYZ19.8116.5733.61-
YUV116.23150.45137.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=33.33%
G=26.36%
B=40.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291021560.170.3500.3927021.4350.59
Hex81669C112302710e1533
Octal20114623421430474162563
Binary1000000111001101001110010001100011010011110000111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81669C; }

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

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

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

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

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

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

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

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