#8174AE

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

Shades of Deluge #8174AE

Tints of Deluge #8174AE

Color information

#8174AE (or 0x8174AE) is unknown color: approx Deluge. HEX triplet: 81, 74 and AE. RGB value is (129,116,174). Sum of RGB (Red+Green+Blue) = 129+116+174=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #8174AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8174AE is #7E8B51. Grayscale: #7E7E7E. Windows color (decimal): -8293202 or 11433089. OLE color: 11433089.

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

Color convert

RGB129116174-
CMYK0.260.3300.32
HSL253.45º26.36%56.86%-
HSV(B)253.45º33.33%68.24%-
XYZ22.9420.2142.74-
YUV126.5154.81129.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=30.79%
G=27.68%
B=41.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291161740.260.3300.32253.4526.3656.86
Hex8174AE1A21020fd1a39
Octal20116425632410403753271
Binary100000011110100101011101101010000101000001111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8174AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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