Html Css Color HEX #896AB4 Purple Mountain's Majesty

📋 copy color: '#896AB4'

red 137 ◦ green 106 ◦ blue 180

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

Shades of Purple Mountain's Majesty #896AB4

Tints of Purple Mountain's Majesty #896AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 32.39%
G = 25.06%
B = 42.55%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#896AB4 (or 0x896AB4) is known color: Purple Mountain's Majesty. HEX triplet: 89, 6A and B4. RGB value is (137,106,180). Sum of RGB (Red+Green+Blue) = 137+106+180=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #896AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896AB4 is #76954B. Grayscale: #7B7B7B. Windows color (decimal): -7771468 or 11823753. OLE color: 11823753.

HSL color Cylindrical-coordinate representation of color #896AB4: hue angle of 265.14º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #896AB4 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 106 180 -
CMYK 0.24 0.41 0 0.29
HSL 265.14º 0.33% 0.56% -
HSV(B) 265.14º 0.41% 0.71% -
XYZ 23.71 18.92 45.58 -
YUV 123.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 137 106 180 0.24 0.41 0 0.29 265.14 0.33 0.56
Hex 89 6A B4 18 29 0 1D 109 21 38
Octal 211 152 264 30 51 0 35 411 41 70
Binary 10001001 1101010 10110100 11000 101001 0 11101 100001001 100001 111000

Color Harmonies of #896AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896AB4

Black with #896AB4

Text Example


Text Example

White with #896AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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