Html Css Color HEX #8970AB Deluge

📋 copy color: '#8970AB'

red 137 ◦ green 112 ◦ blue 171

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

Shades of Deluge #8970AB

Tints of Deluge #8970AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 32.62%
G = 26.67%
B = 40.71%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8970AB (or 0x8970AB) is known color: Deluge. HEX triplet: 89, 70 and AB. RGB value is (137,112,171). Sum of RGB (Red+Green+Blue) = 137+112+171=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #8970AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8970AB is #768F54. Grayscale: #7D7D7D. Windows color (decimal): -7769941 or 11235465. OLE color: 11235465.

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

Color convert

RGB 137 112 171 -
CMYK 0.20 0.35 0 0.33
HSL 265.42º 0.26% 0.55% -
HSV(B) 265.42º 0.35% 0.67% -
XYZ 23.46 19.85 41.12 -
YUV 126.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 137 112 171 0.20 0.35 0 0.33 265.42 0.26 0.55
Hex 89 70 AB 14 23 0 21 109 1A 37
Octal 211 160 253 24 43 0 41 411 32 67
Binary 10001001 1110000 10101011 10100 100011 0 100001 100001001 11010 110111

Color Harmonies of #8970AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8970AB

Black with #8970AB

Text Example


Text Example

White with #8970AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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