#8373AC

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

Shades of Deluge #8373AC

Tints of Deluge #8373AC

Color information

#8373AC (or 0x8373AC) is unknown color: approx Deluge. HEX triplet: 83, 73 and AC. RGB value is (131,115,172). Sum of RGB (Red+Green+Blue) = 131+115+172=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #8373AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8373AC is #7C8C53. Grayscale: #7E7E7E. Windows color (decimal): -8162388 or 11301763. OLE color: 11301763.

HSL color Cylindrical-coordinate representation of color #8373AC: hue angle of 256.84º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8373AC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131115172-
CMYK0.240.3300.33
HSL256.84º25.56%56.27%-
HSV(B)256.84º33.14%67.45%-
XYZ22.9420.0741.69-
YUV126.28153.8131.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=31.34%
G=27.51%
B=41.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311151720.240.3300.33256.8425.5656.27
Hex8373AC18210211011a38
Octal20316325430410414013270
Binary1000001111100111010110011000100001010000110000000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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