Html Css Color HEX #9B89AE Purple Mountain's Majesty

📋 copy color: '#9B89AE'

red 155 ◦ green 137 ◦ blue 174

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

Shades of Purple Mountain's Majesty #9B89AE

Tints of Purple Mountain's Majesty #9B89AE

RGB

 RED value IS 155 (60.94% from 255) = 33.26%

 GREEN value IS 137 (53.91% from 255) = 29.4%

 BLUE value IS 174 (68.36% from 255) = 37.34%

R = 33.26%
G = 29.4%
B = 37.34%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B89AE (or 0x9B89AE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 89 and AE. RGB value is (155,137,174). Sum of RGB (Red+Green+Blue) = 155+137+174=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B89AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B89AE is #647651. Grayscale: #929292. Windows color (decimal): -6583890 or 11438491. OLE color: 11438491.

HSL color Cylindrical-coordinate representation of color #9B89AE: hue angle of 269.19º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B89AE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 137 174 -
CMYK 0.11 0.21 0 0.32
HSL 269.19º 0.19% 0.61% -
HSV(B) 269.19º 0.21% 0.68% -
XYZ 30.1 27.92 43.85 -
YUV 146.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 155 137 174 0.11 0.21 0 0.32 269.19 0.19 0.61
Hex 9B 89 AE B 15 0 20 10D 13 3D
Octal 233 211 256 13 25 0 40 415 23 75
Binary 10011011 10001001 10101110 1011 10101 0 100000 100001101 10011 111101

Color Harmonies of #9B89AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B89AE

Black with #9B89AE

Text Example


Text Example

White with #9B89AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B89AE; }

 p { color: rgb(155,137,174); }

 H1.HeaderClassName
 {
   color: #9B89AE;
 }
 .AnyTagClassName
 {
   color: #9B89AE;
 }
</style>

background-color css

<style>
 a { background-color: #9B89AE; }

 a { background-color: rgb(155,137,174); }

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

border-color css

<style>
 span { border-color: #9B89AE; }

 span { border-color: rgb(155,137,174); }

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