#8373AB

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

Shades of Deluge #8373AB

Tints of Deluge #8373AB

Color information

#8373AB (or 0x8373AB) is unknown color: approx Deluge. HEX triplet: 83, 73 and AB. RGB value is (131,115,171). Sum of RGB (Red+Green+Blue) = 131+115+171=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #8373AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8373AB is #7C8C54. Grayscale: #7D7D7D. Windows color (decimal): -8162389 or 11236227. OLE color: 11236227.

HSL color Cylindrical-coordinate representation of color #8373AB: hue angle of 257.14º 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 #8373AB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131115171-
CMYK0.230.3300.33
HSL257.14º25%56.08%-
HSV(B)257.14º32.75%67.06%-
XYZ22.8420.0341.19-
YUV126.17153.3131.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=31.41%
G=27.58%
B=41.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311151710.230.3300.33257.142556.08
Hex8373AB17210211011938
Octal20316325327410414013170
Binary1000001111100111010101110111100001010000110000000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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