#81649D

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

Shades of Deluge #81649D

Tints of Deluge #81649D

Color information

#81649D (or 0x81649D) is unknown color: approx Deluge. HEX triplet: 81, 64 and 9D. RGB value is (129,100,157). Sum of RGB (Red+Green+Blue) = 129+100+157=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #81649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81649D is #7E9B62. Grayscale: #727272. Windows color (decimal): -8297315 or 10314881. OLE color: 10314881.

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

Color convert

RGB129100157-
CMYK0.180.3600.38
HSL270.53º22.53%50.39%-
HSV(B)270.53º36.31%61.57%-
XYZ19.716.2233.99-
YUV115.17151.61137.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=33.42%
G=25.91%
B=40.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291001570.180.3600.38270.5322.5350.39
Hex81649D122402610f1732
Octal20114423522440464172762
Binary1000000111001001001110110010100100010011010000111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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