#81639E

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

Shades of Deluge #81639E

Tints of Deluge #81639E

Color information

#81639E (or 0x81639E) is unknown color: approx Deluge. HEX triplet: 81, 63 and 9E. RGB value is (129,99,158). Sum of RGB (Red+Green+Blue) = 129+99+158=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #81639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81639E is #7E9C61. Grayscale: #727272. Windows color (decimal): -8297570 or 10380161. OLE color: 10380161.

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

Color convert

RGB12999158-
CMYK0.180.3700.38
HSL270.51º23.32%50.39%-
HSV(B)270.51º37.34%61.96%-
XYZ19.6916.0634.41-
YUV114.7152.44138.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=33.42%
G=25.65%
B=40.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129991580.180.3700.38270.5123.3250.39
Hex81639E122502610f1732
Octal20114323622450464172762
Binary1000000111000111001111010010100101010011010000111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81639E; }

 p { color: rgb(129,99,158); }

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

<style>
 a { background-color: #81639E; }

 a { background-color: rgb(129,99,158); }

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

<style>
 span { border-color: #81639E; }

 span { border-color: rgb(129,99,158); }

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