#8178AE

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

Shades of Deluge #8178AE

Tints of Deluge #8178AE

Color information

#8178AE (or 0x8178AE) is unknown color: approx Deluge. HEX triplet: 81, 78 and AE. RGB value is (129,120,174). Sum of RGB (Red+Green+Blue) = 129+120+174=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 120 (47.27% from 255 or 28.37% 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 #8178AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8178AE is #7E8751. Grayscale: #808080. Windows color (decimal): -8292178 or 11434113. OLE color: 11434113.

HSL color Cylindrical-coordinate representation of color #8178AE: hue angle of 250º 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 #8178AE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129120174-
CMYK0.260.3100.32
HSL250º25%57.65%-
HSV(B)250º31.03%68.24%-
XYZ23.4121.1642.89-
YUV128.85153.48128.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=30.50%
G=28.37%
B=41.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291201740.260.3100.322502557.65
Hex8178AE1A1F020fa193a
Octal20117025632370403723172
Binary10000001111100010101110110101111101000001111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8178AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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