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

📋 copy color: '#967EAE'

red 150 ◦ green 126 ◦ blue 174

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

Shades of Purple Mountain's Majesty #967EAE

Tints of Purple Mountain's Majesty #967EAE

RGB

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

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

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

R = 33.33%
G = 28%
B = 38.67%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#967EAE (or 0x967EAE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7E and AE. RGB value is (150,126,174). Sum of RGB (Red+Green+Blue) = 150+126+174=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #967EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967EAE is #698151. Grayscale: #8A8A8A. Windows color (decimal): -6914386 or 11435670. OLE color: 11435670.

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

Color convert

RGB 150 126 174 -
CMYK 0.14 0.28 0 0.32
HSL 270º 0.23% 0.59% -
HSV(B) 270º 0.28% 0.68% -
XYZ 27.68 24.46 43.31 -
YUV 138.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 150 126 174 0.14 0.28 0 0.32 270 0.23 0.59
Hex 96 7E AE E 1C 0 20 10E 17 3B
Octal 226 176 256 16 34 0 40 416 27 73
Binary 10010110 1111110 10101110 1110 11100 0 100000 100001110 10111 111011

Color Harmonies of #967EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967EAE

Black with #967EAE

Text Example


Text Example

White with #967EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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