#8378AE

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

Shades of Deluge #8378AE

Tints of Deluge #8378AE

Color information

#8378AE (or 0x8378AE) is unknown color: approx Deluge. HEX triplet: 83, 78 and AE. RGB value is (131,120,174). Sum of RGB (Red+Green+Blue) = 131+120+174=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #8378AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8378AE is #7C8751. Grayscale: #818181. Windows color (decimal): -8161106 or 11434115. OLE color: 11434115.

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

Color convert

RGB131120174-
CMYK0.250.3100.32
HSL252.22º25%57.65%-
HSV(B)252.22º31.03%68.24%-
XYZ23.7221.3142.91-
YUV129.44153.14129.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.82%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=30.82%
G=28.24%
B=40.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311201740.250.3100.32252.222557.65
Hex8378AE191F020fc193a
Octal20317025631370403743172
Binary10000011111100010101110110011111101000001111110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8378AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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