Html Css Color HEX #896AAF Deluge

📋 copy color: '#896AAF'

red 137 ◦ green 106 ◦ blue 175

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

Shades of Deluge #896AAF

Tints of Deluge #896AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.36%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 32.78%
G = 25.36%
B = 41.87%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#896AAF (or 0x896AAF) is known color: Deluge. HEX triplet: 89, 6A and AF. RGB value is (137,106,175). Sum of RGB (Red+Green+Blue) = 137+106+175=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #896AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896AAF is #769550. Grayscale: #7A7A7A. Windows color (decimal): -7771473 or 11496073. OLE color: 11496073.

HSL color Cylindrical-coordinate representation of color #896AAF: hue angle of 266.96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896AAF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 106 175 -
CMYK 0.22 0.39 0 0.31
HSL 266.96º 0.3% 0.55% -
HSV(B) 266.96º 0.39% 0.69% -
XYZ 23.21 18.72 42.95 -
YUV 123.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 137 106 175 0.22 0.39 0 0.31 266.96 0.3 0.55
Hex 89 6A AF 16 27 0 1F 10B 1E 37
Octal 211 152 257 26 47 0 37 413 36 67
Binary 10001001 1101010 10101111 10110 100111 0 11111 100001011 11110 110111

Color Harmonies of #896AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896AAF

Black with #896AAF

Text Example


Text Example

White with #896AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,106,175); }

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

background-color css

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

 a { background-color: rgb(137,106,175); }

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

border-color css

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

 span { border-color: rgb(137,106,175); }

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