#81609F

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

Shades of Deluge #81609F

Tints of Deluge #81609F

Color information

#81609F (or 0x81609F) is unknown color: approx Deluge. HEX triplet: 81, 60 and 9F. RGB value is (129,96,159). Sum of RGB (Red+Green+Blue) = 129+96+159=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #81609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81609F is #7E9F60. Grayscale: #707070. Windows color (decimal): -8298337 or 10444929. OLE color: 10444929.

HSL color Cylindrical-coordinate representation of color #81609F: hue angle of 271.43º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81609F is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12996159-
CMYK0.190.4000.38
HSL271.43º24.71%50%-
HSV(B)271.43º39.62%62.35%-
XYZ19.4915.5434.77-
YUV113.05153.93139.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=33.59%
G=25%
B=41.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129961590.190.4000.38271.4324.7150
Hex81609F132802610f1932
Octal20114023723500464173162
Binary1000000111000001001111110011101000010011010000111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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