Html Css Color HEX #967CAE Purple Mountain's Majesty

📋 copy color: '#967CAE'

red 150 ◦ green 124 ◦ blue 174

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

Shades of Purple Mountain's Majesty #967CAE

Tints of Purple Mountain's Majesty #967CAE

RGB

 RED value IS 150 (58.98% from 255) = 33.48%

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

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

R = 33.48%
G = 27.68%
B = 38.84%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#967CAE (or 0x967CAE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7C and AE. RGB value is (150,124,174). Sum of RGB (Red+Green+Blue) = 150+124+174=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #967CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967CAE is #698351. Grayscale: #898989. Windows color (decimal): -6914898 or 11435158. OLE color: 11435158.

HSL color Cylindrical-coordinate representation of color #967CAE: hue angle of 271.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 #967CAE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 124 174 -
CMYK 0.14 0.29 0 0.32
HSL 271.2º 0.24% 0.58% -
HSV(B) 271.2º 0.29% 0.68% -
XYZ 27.43 23.96 43.22 -
YUV 137.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 150 124 174 0.14 0.29 0 0.32 271.2 0.24 0.58
Hex 96 7C AE E 1D 0 20 10F 18 3A
Octal 226 174 256 16 35 0 40 417 30 72
Binary 10010110 1111100 10101110 1110 11101 0 100000 100001111 11000 111010

Color Harmonies of #967CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CAE

Black with #967CAE

Text Example


Text Example

White with #967CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967CAE; }

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

 H1.HeaderClassName
 {
   color: #967CAE;
 }
 .AnyTagClassName
 {
   color: #967CAE;
 }
</style>

background-color css

<style>
 a { background-color: #967CAE; }

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

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

border-color css

<style>
 span { border-color: #967CAE; }

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

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