Html Css Color HEX #8970AA Deluge

📋 copy color: '#8970AA'

red 137 ◦ green 112 ◦ blue 170

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

Shades of Deluge #8970AA

Tints of Deluge #8970AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.73%

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

R = 32.7%
G = 26.73%
B = 40.57%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8970AA (or 0x8970AA) is known color: Deluge. HEX triplet: 89, 70 and AA. RGB value is (137,112,170). Sum of RGB (Red+Green+Blue) = 137+112+170=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #8970AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8970AA is #768F55. Grayscale: #7D7D7D. Windows color (decimal): -7769942 or 11169929. OLE color: 11169929.

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

Color convert

RGB 137 112 170 -
CMYK 0.19 0.34 0 0.33
HSL 265.86º 0.25% 0.55% -
HSV(B) 265.86º 0.34% 0.67% -
XYZ 23.37 19.81 40.62 -
YUV 126.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 137 112 170 0.19 0.34 0 0.33 265.86 0.25 0.55
Hex 89 70 AA 13 22 0 21 10A 19 37
Octal 211 160 252 23 42 0 41 412 31 67
Binary 10001001 1110000 10101010 10011 100010 0 100001 100001010 11001 110111

Color Harmonies of #8970AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8970AA

Black with #8970AA

Text Example


Text Example

White with #8970AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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