#8373AE

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

Shades of Deluge #8373AE

Tints of Deluge #8373AE

Color information

#8373AE (or 0x8373AE) is unknown color: approx Deluge. HEX triplet: 83, 73 and AE. RGB value is (131,115,174). Sum of RGB (Red+Green+Blue) = 131+115+174=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #8373AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8373AE is #7C8C51. Grayscale: #7E7E7E. Windows color (decimal): -8162386 or 11432835. OLE color: 11432835.

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

Color convert

RGB131115174-
CMYK0.250.3400.32
HSL256.27º26.7%56.67%-
HSV(B)256.27º33.91%68.24%-
XYZ23.1320.1442.71-
YUV126.51154.8131.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=31.19%
G=27.38%
B=41.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311151740.250.3400.32256.2726.756.67
Hex8373AE19220201001b39
Octal20316325631420404003371
Binary1000001111100111010111011001100010010000010000000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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