Html Css Color HEX #896FAC Deluge

📋 copy color: '#896FAC'

red 137 ◦ green 111 ◦ blue 172

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

Shades of Deluge #896FAC

Tints of Deluge #896FAC

RGB

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

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

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

R = 32.62%
G = 26.43%
B = 40.95%

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

#896FAC (or 0x896FAC) is known color: Deluge. HEX triplet: 89, 6F and AC. RGB value is (137,111,172). Sum of RGB (Red+Green+Blue) = 137+111+172=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #896FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FAC is #769053. Grayscale: #7D7D7D. Windows color (decimal): -7770196 or 11300745. OLE color: 11300745.

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

Color convert

RGB 137 111 172 -
CMYK 0.20 0.35 0 0.33
HSL 265.57º 0.27% 0.55% -
HSV(B) 265.57º 0.35% 0.67% -
XYZ 23.45 19.67 41.59 -
YUV 125.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 137 111 172 0.20 0.35 0 0.33 265.57 0.27 0.55
Hex 89 6F AC 14 23 0 21 10A 1B 37
Octal 211 157 254 24 43 0 41 412 33 67
Binary 10001001 1101111 10101100 10100 100011 0 100001 100001010 11011 110111

Color Harmonies of #896FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FAC

Black with #896FAC

Text Example


Text Example

White with #896FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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