#81669F

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

Shades of Deluge #81669F

Tints of Deluge #81669F

Color information

#81669F (or 0x81669F) is unknown color: approx Deluge. HEX triplet: 81, 66 and 9F. RGB value is (129,102,159). Sum of RGB (Red+Green+Blue) = 129+102+159=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #81669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81669F is #7E9960. Grayscale: #747474. Windows color (decimal): -8296801 or 10446465. OLE color: 10446465.

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

Color convert

RGB129102159-
CMYK0.190.3600.38
HSL268.42º22.89%51.18%-
HSV(B)268.42º35.85%62.35%-
XYZ20.0616.6734.96-
YUV116.57151.95136.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=33.08%
G=26.15%
B=40.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291021590.190.3600.38268.4222.8951.18
Hex81669F132402610c1733
Octal20114623723440464142763
Binary1000000111001101001111110011100100010011010000110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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