Html Css Color HEX #896FAD Deluge

📋 copy color: '#896FAD'

red 137 ◦ green 111 ◦ blue 173

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

Shades of Deluge #896FAD

Tints of Deluge #896FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.37%

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 32.54%
G = 26.37%
B = 41.09%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#896FAD (or 0x896FAD) is known color: Deluge. HEX triplet: 89, 6F and AD. RGB value is (137,111,173). Sum of RGB (Red+Green+Blue) = 137+111+173=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #896FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FAD is #769052. Grayscale: #7D7D7D. Windows color (decimal): -7770195 or 11366281. OLE color: 11366281.

HSL color Cylindrical-coordinate representation of color #896FAD: hue angle of 265.16º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #896FAD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 111 173 -
CMYK 0.21 0.36 0 0.32
HSL 265.16º 0.27% 0.56% -
HSV(B) 265.16º 0.36% 0.68% -
XYZ 23.54 19.7 42.1 -
YUV 125.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 137 111 173 0.21 0.36 0 0.32 265.16 0.27 0.56
Hex 89 6F AD 15 24 0 20 109 1B 38
Octal 211 157 255 25 44 0 40 411 33 70
Binary 10001001 1101111 10101101 10101 100100 0 100000 100001001 11011 111000

Color Harmonies of #896FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FAD

Black with #896FAD

Text Example


Text Example

White with #896FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896FAD; }

 p { color: rgb(137,111,173); }

 H1.HeaderClassName
 {
   color: #896FAD;
 }
 .AnyTagClassName
 {
   color: #896FAD;
 }
</style>

background-color css

<style>
 a { background-color: #896FAD; }

 a { background-color: rgb(137,111,173); }

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

border-color css

<style>
 span { border-color: #896FAD; }

 span { border-color: rgb(137,111,173); }

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