Html Css Color HEX #8973A9 Deluge

📋 copy color: '#8973A9'

red 137 ◦ green 115 ◦ blue 169

#8973A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #8973A9

Tints of Deluge #8973A9

RGB

 RED value IS 137 (53.91% from 255) = 32.54%

 GREEN value IS 115 (45.31% from 255) = 27.32%

 BLUE value IS 169 (66.41% from 255) = 40.14%

R = 32.54%
G = 27.32%
B = 40.14%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8973A9 (or 0x8973A9) is known color: Deluge. HEX triplet: 89, 73 and A9. RGB value is (137,115,169). Sum of RGB (Red+Green+Blue) = 137+115+169=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 169 - color contains mainly: blue. Hex color #8973A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8973A9 is #768C56. Grayscale: #7F7F7F. Windows color (decimal): -7769175 or 11105161. OLE color: 11105161.

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

Color convert

RGB 137 115 169 -
CMYK 0.19 0.32 0 0.34
HSL 264.44º 0.24% 0.56% -
HSV(B) 264.44º 0.32% 0.66% -
XYZ 23.61 20.44 40.24 -
YUV 127.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 137 115 169 0.19 0.32 0 0.34 264.44 0.24 0.56
Hex 89 73 A9 13 20 0 22 108 18 38
Octal 211 163 251 23 40 0 42 410 30 70
Binary 10001001 1110011 10101001 10011 100000 0 100010 100001000 11000 111000

Color Harmonies of #8973A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973A9

Black with #8973A9

Text Example


Text Example

White with #8973A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8973A9;
 }
 .AnyTagClassName
 {
   color: #8973A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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