#81669D

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

Shades of Deluge #81669D

Tints of Deluge #81669D

Color information

#81669D (or 0x81669D) is unknown color: approx Deluge. HEX triplet: 81, 66 and 9D. RGB value is (129,102,157). Sum of RGB (Red+Green+Blue) = 129+102+157=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #81669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81669D is #7E9962. Grayscale: #747474. Windows color (decimal): -8296803 or 10315393. OLE color: 10315393.

HSL color Cylindrical-coordinate representation of color #81669D: hue angle of 269.45º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81669D is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129102157-
CMYK0.180.3500.38
HSL269.45º21.91%50.78%-
HSV(B)269.45º35.03%61.57%-
XYZ19.8916.634.05-
YUV116.34150.95137.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.25%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=33.25%
G=26.29%
B=40.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291021570.180.3500.38269.4521.9150.78
Hex81669D122302610d1633
Octal20114623522430464152663
Binary1000000111001101001110110010100011010011010000110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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