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

📋 copy color: '#9A7CAE'

red 154 ◦ green 124 ◦ blue 174

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

Shades of Purple Mountain's Majesty #9A7CAE

Tints of Purple Mountain's Majesty #9A7CAE

RGB

 RED value IS 154 (60.55% from 255) = 34.07%

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

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

R = 34.07%
G = 27.43%
B = 38.5%

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

#9A7CAE (or 0x9A7CAE) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7C and AE. RGB value is (154,124,174). Sum of RGB (Red+Green+Blue) = 154+124+174=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7CAE is #658351. Grayscale: #8A8A8A. Windows color (decimal): -6652754 or 11435162. OLE color: 11435162.

HSL color Cylindrical-coordinate representation of color #9A7CAE: hue angle of 276º 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 #9A7CAE is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 124 174 -
CMYK 0.11 0.29 0 0.32
HSL 276º 0.24% 0.58% -
HSV(B) 276º 0.29% 0.68% -
XYZ 28.17 24.34 43.26 -
YUV 138.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 154 124 174 0.11 0.29 0 0.32 276 0.24 0.58
Hex 9A 7C AE B 1D 0 20 114 18 3A
Octal 232 174 256 13 35 0 40 424 30 72
Binary 10011010 1111100 10101110 1011 11101 0 100000 100010100 11000 111010

Color Harmonies of #9A7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7CAE

Black with #9A7CAE

Text Example


Text Example

White with #9A7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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