#8376AE

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

Shades of Deluge #8376AE

Tints of Deluge #8376AE

Color information

#8376AE (or 0x8376AE) is unknown color: approx Deluge. HEX triplet: 83, 76 and AE. RGB value is (131,118,174). Sum of RGB (Red+Green+Blue) = 131+118+174=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #8376AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8376AE is #7C8951. Grayscale: #808080. Windows color (decimal): -8161618 or 11433603. OLE color: 11433603.

HSL color Cylindrical-coordinate representation of color #8376AE: hue angle of 253.93º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8376AE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131118174-
CMYK0.250.3200.32
HSL253.93º25.69%57.25%-
HSV(B)253.93º32.18%68.24%-
XYZ23.4820.8442.83-
YUV128.27153.81129.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=30.97%
G=27.90%
B=41.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311181740.250.3200.32253.9325.6957.25
Hex8376AE1920020fe1a39
Octal20316625631400403763271
Binary100000111110110101011101100110000001000001111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8376AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8376AE; }

 p { color: rgb(131,118,174); }

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

<style>
 a { background-color: #8376AE; }

 a { background-color: rgb(131,118,174); }

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

<style>
 span { border-color: #8376AE; }

 span { border-color: rgb(131,118,174); }

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