#8374AD

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

Shades of Deluge #8374AD

Tints of Deluge #8374AD

Color information

#8374AD (or 0x8374AD) is unknown color: approx Deluge. HEX triplet: 83, 74 and AD. RGB value is (131,116,173). Sum of RGB (Red+Green+Blue) = 131+116+173=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #8374AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8374AD is #7C8B52. Grayscale: #7E7E7E. Windows color (decimal): -8162131 or 11367555. OLE color: 11367555.

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

Color convert

RGB131116173-
CMYK0.240.3300.32
HSL255.79º25.79%56.67%-
HSV(B)255.79º32.95%67.84%-
XYZ23.1520.3342.24-
YUV126.98153.97130.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=31.19%
G=27.62%
B=41.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311161730.240.3300.32255.7925.7956.67
Hex8374AD18210201001a39
Octal20316425530410404003271
Binary1000001111101001010110111000100001010000010000000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8374AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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