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

📋 copy color: '#896FB4'

red 137 ◦ green 111 ◦ blue 180

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

Shades of Purple Mountain's Majesty #896FB4

Tints of Purple Mountain's Majesty #896FB4

RGB

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

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

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

R = 32.01%
G = 25.93%
B = 42.06%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#896FB4 (or 0x896FB4) is known color: Purple Mountain's Majesty. HEX triplet: 89, 6F and B4. RGB value is (137,111,180). Sum of RGB (Red+Green+Blue) = 137+111+180=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #896FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FB4 is #76904B. Grayscale: #7E7E7E. Windows color (decimal): -7770188 or 11825033. OLE color: 11825033.

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

Color convert

RGB 137 111 180 -
CMYK 0.24 0.38 0 0.29
HSL 262.61º 0.32% 0.57% -
HSV(B) 262.61º 0.38% 0.71% -
XYZ 24.24 19.98 45.76 -
YUV 126.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 137 111 180 0.24 0.38 0 0.29 262.61 0.32 0.57
Hex 89 6F B4 18 26 0 1D 107 20 39
Octal 211 157 264 30 46 0 35 407 40 71
Binary 10001001 1101111 10110100 11000 100110 0 11101 100000111 100000 111001

Color Harmonies of #896FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FB4

Black with #896FB4

Text Example


Text Example

White with #896FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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