#81619D

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

Shades of Deluge #81619D

Tints of Deluge #81619D

Color information

#81619D (or 0x81619D) is unknown color: approx Deluge. HEX triplet: 81, 61 and 9D. RGB value is (129,97,157). Sum of RGB (Red+Green+Blue) = 129+97+157=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #81619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81619D is #7E9E62. Grayscale: #717171. Windows color (decimal): -8298083 or 10314113. OLE color: 10314113.

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

Color convert

RGB12997157-
CMYK0.180.3800.38
HSL272º23.62%49.8%-
HSV(B)272º38.22%61.57%-
XYZ19.4115.6533.9-
YUV113.41152.6139.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=33.68%
G=25.33%
B=40.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129971570.180.3800.3827223.6249.8
Hex81619D12260261101832
Octal20114123522460464203062
Binary1000000111000011001110110010100110010011010001000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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