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

📋 copy color: '#9B7EAE'

red 155 ◦ green 126 ◦ blue 174

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

Shades of Purple Mountain's Majesty #9B7EAE

Tints of Purple Mountain's Majesty #9B7EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.69%

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

R = 34.07%
G = 27.69%
B = 38.24%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B7EAE (or 0x9B7EAE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7E and AE. RGB value is (155,126,174). Sum of RGB (Red+Green+Blue) = 155+126+174=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B7EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7EAE is #648151. Grayscale: #8B8B8B. Windows color (decimal): -6586706 or 11435675. OLE color: 11435675.

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

Color convert

RGB 155 126 174 -
CMYK 0.11 0.28 0 0.32
HSL 276.25º 0.23% 0.59% -
HSV(B) 276.25º 0.28% 0.68% -
XYZ 28.62 24.95 43.35 -
YUV 140.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 155 126 174 0.11 0.28 0 0.32 276.25 0.23 0.59
Hex 9B 7E AE B 1C 0 20 114 17 3B
Octal 233 176 256 13 34 0 40 424 27 73
Binary 10011011 1111110 10101110 1011 11100 0 100000 100010100 10111 111011

Color Harmonies of #9B7EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7EAE

Black with #9B7EAE

Text Example


Text Example

White with #9B7EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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