#8973AD

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

Shades of Deluge #8973AD

Tints of Deluge #8973AD

Color information

#8973AD (or 0x8973AD) is unknown color: approx Deluge. HEX triplet: 89, 73 and AD. RGB value is (137,115,173). Sum of RGB (Red+Green+Blue) = 137+115+173=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #8973AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8973AD is #768C52. Grayscale: #7F7F7F. Windows color (decimal): -7769171 or 11367305. OLE color: 11367305.

HSL color Cylindrical-coordinate representation of color #8973AD: hue angle of 262.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8973AD is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137115173-
CMYK0.210.3400.32
HSL262.76º26.13%56.47%-
HSV(B)262.76º33.53%67.84%-
XYZ23.9920.642.25-
YUV128.19153.29134.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.24%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=32.24%
G=27.06%
B=40.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371151730.210.3400.32262.7626.1356.47
Hex8973AD15220201071a38
Octal21116325525420404073270
Binary1000100111100111010110110101100010010000010000011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8973AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,115,173); }

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

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

 a { background-color: rgb(137,115,173); }

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

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

 span { border-color: rgb(137,115,173); }

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