Html Css Color HEX #8973AA Deluge

📋 copy color: '#8973AA'

red 137 ◦ green 115 ◦ blue 170

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

Shades of Deluge #8973AA

Tints of Deluge #8973AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 32.46%
G = 27.25%
B = 40.28%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8973AA (or 0x8973AA) is known color: Deluge. HEX triplet: 89, 73 and AA. RGB value is (137,115,170). Sum of RGB (Red+Green+Blue) = 137+115+170=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #8973AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8973AA is #768C55. Grayscale: #7F7F7F. Windows color (decimal): -7769174 or 11170697. OLE color: 11170697.

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

Color convert

RGB 137 115 170 -
CMYK 0.19 0.32 0 0.33
HSL 264º 0.24% 0.56% -
HSV(B) 264º 0.32% 0.67% -
XYZ 23.7 20.48 40.73 -
YUV 127.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 137 115 170 0.19 0.32 0 0.33 264 0.24 0.56
Hex 89 73 AA 13 20 0 21 108 18 38
Octal 211 163 252 23 40 0 41 410 30 70
Binary 10001001 1110011 10101010 10011 100000 0 100001 100001000 11000 111000

Color Harmonies of #8973AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973AA

Black with #8973AA

Text Example


Text Example

White with #8973AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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