Html Css Color HEX #8973AC Deluge

📋 copy color: '#8973AC'

red 137 ◦ green 115 ◦ blue 172

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

Shades of Deluge #8973AC

Tints of Deluge #8973AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 32.31%
G = 27.12%
B = 40.57%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8973AC (or 0x8973AC) is known color: Deluge. HEX triplet: 89, 73 and AC. RGB value is (137,115,172). Sum of RGB (Red+Green+Blue) = 137+115+172=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #8973AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8973AC is #768C53. Grayscale: #7F7F7F. Windows color (decimal): -7769172 or 11301769. OLE color: 11301769.

HSL color Cylindrical-coordinate representation of color #8973AC: hue angle of 263.16º degrees, saturation: 0.26, 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 #8973AC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 115 172 -
CMYK 0.20 0.33 0 0.33
HSL 263.16º 0.26% 0.56% -
HSV(B) 263.16º 0.33% 0.67% -
XYZ 23.89 20.56 41.74 -
YUV 128.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 137 115 172 0.20 0.33 0 0.33 263.16 0.26 0.56
Hex 89 73 AC 14 21 0 21 107 1A 38
Octal 211 163 254 24 41 0 41 407 32 70
Binary 10001001 1110011 10101100 10100 100001 0 100001 100000111 11010 111000

Color Harmonies of #8973AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973AC

Black with #8973AC

Text Example


Text Example

White with #8973AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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