#8374AC

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

Shades of Deluge #8374AC

Tints of Deluge #8374AC

Color information

#8374AC (or 0x8374AC) is unknown color: approx Deluge. HEX triplet: 83, 74 and AC. RGB value is (131,116,172). Sum of RGB (Red+Green+Blue) = 131+116+172=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #8374AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8374AC is #7C8B53. Grayscale: #7E7E7E. Windows color (decimal): -8162132 or 11302019. OLE color: 11302019.

HSL color Cylindrical-coordinate representation of color #8374AC: hue angle of 256.07º degrees, saturation: 0.25, 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 #8374AC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131116172-
CMYK0.240.3300.33
HSL256.07º25.23%56.47%-
HSV(B)256.07º32.56%67.45%-
XYZ23.0520.2941.73-
YUV126.87153.47130.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.26%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=31.26%
G=27.68%
B=41.05%

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
Decimal1311161720.240.3300.33256.0725.2356.47
Hex8374AC18210211001938
Octal20316425430410414003170
Binary1000001111101001010110011000100001010000110000000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8374AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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