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

📋 copy color: '#9B7CAE'

red 155 ◦ green 124 ◦ blue 174

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

Shades of Purple Mountain's Majesty #9B7CAE

Tints of Purple Mountain's Majesty #9B7CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.37%

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

R = 34.22%
G = 27.37%
B = 38.41%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B7CAE (or 0x9B7CAE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7C and AE. RGB value is (155,124,174). Sum of RGB (Red+Green+Blue) = 155+124+174=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7CAE is #648351. Grayscale: #8A8A8A. Windows color (decimal): -6587218 or 11435163. OLE color: 11435163.

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

Color convert

RGB 155 124 174 -
CMYK 0.11 0.29 0 0.32
HSL 277.2º 0.24% 0.58% -
HSV(B) 277.2º 0.29% 0.68% -
XYZ 28.37 24.44 43.27 -
YUV 138.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 155 124 174 0.11 0.29 0 0.32 277.2 0.24 0.58
Hex 9B 7C AE B 1D 0 20 115 18 3A
Octal 233 174 256 13 35 0 40 425 30 72
Binary 10011011 1111100 10101110 1011 11101 0 100000 100010101 11000 111010

Color Harmonies of #9B7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CAE

Black with #9B7CAE

Text Example


Text Example

White with #9B7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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