#8970AD

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

Shades of Deluge #8970AD

Tints of Deluge #8970AD

Color information

#8970AD (or 0x8970AD) is unknown color: approx Deluge. HEX triplet: 89, 70 and AD. RGB value is (137,112,173). Sum of RGB (Red+Green+Blue) = 137+112+173=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #8970AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8970AD is #768F52. Grayscale: #7E7E7E. Windows color (decimal): -7769939 or 11366537. OLE color: 11366537.

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

Color convert

RGB137112173-
CMYK0.210.3500.32
HSL264.59º27.11%55.88%-
HSV(B)264.59º35.26%67.84%-
XYZ23.6519.9242.13-
YUV126.43154.28135.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=32.46%
G=26.54%
B=41.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371121730.210.3500.32264.5927.1155.88
Hex8970AD15230201091b38
Octal21116025525430404113370
Binary1000100111100001010110110101100011010000010000100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8970AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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