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

📋 copy color: '#967AAE'

red 150 ◦ green 122 ◦ blue 174

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

Shades of Purple Mountain's Majesty #967AAE

Tints of Purple Mountain's Majesty #967AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

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

R = 33.63%
G = 27.35%
B = 39.01%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#967AAE (or 0x967AAE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7A and AE. RGB value is (150,122,174). Sum of RGB (Red+Green+Blue) = 150+122+174=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #967AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967AAE is #698551. Grayscale: #888888. Windows color (decimal): -6915410 or 11434646. OLE color: 11434646.

HSL color Cylindrical-coordinate representation of color #967AAE: hue angle of 272.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967AAE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 122 174 -
CMYK 0.14 0.30 0 0.32
HSL 272.31º 0.24% 0.58% -
HSV(B) 272.31º 0.3% 0.68% -
XYZ 27.18 23.46 43.14 -
YUV 136.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 150 122 174 0.14 0.30 0 0.32 272.31 0.24 0.58
Hex 96 7A AE E 1E 0 20 110 18 3A
Octal 226 172 256 16 36 0 40 420 30 72
Binary 10010110 1111010 10101110 1110 11110 0 100000 100010000 11000 111010

Color Harmonies of #967AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967AAE

Black with #967AAE

Text Example


Text Example

White with #967AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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