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

📋 copy color: '#896DB4'

red 137 ◦ green 109 ◦ blue 180

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

Shades of Purple Mountain's Majesty #896DB4

Tints of Purple Mountain's Majesty #896DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.59%

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

R = 32.16%
G = 25.59%
B = 42.25%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#896DB4 (or 0x896DB4) is known color: Purple Mountain's Majesty. HEX triplet: 89, 6D and B4. RGB value is (137,109,180). Sum of RGB (Red+Green+Blue) = 137+109+180=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #896DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DB4 is #76924B. Grayscale: #7D7D7D. Windows color (decimal): -7770700 or 11824521. OLE color: 11824521.

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

Color convert

RGB 137 109 180 -
CMYK 0.24 0.39 0 0.29
HSL 263.66º 0.32% 0.57% -
HSV(B) 263.66º 0.39% 0.71% -
XYZ 24.02 19.55 45.69 -
YUV 125.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 137 109 180 0.24 0.39 0 0.29 263.66 0.32 0.57
Hex 89 6D B4 18 27 0 1D 108 20 39
Octal 211 155 264 30 47 0 35 410 40 71
Binary 10001001 1101101 10110100 11000 100111 0 11101 100001000 100000 111001

Color Harmonies of #896DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DB4

Black with #896DB4

Text Example


Text Example

White with #896DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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