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

📋 copy color: '#967BAE'

red 150 ◦ green 123 ◦ blue 174

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

Shades of Purple Mountain's Majesty #967BAE

Tints of Purple Mountain's Majesty #967BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.52%

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

R = 33.56%
G = 27.52%
B = 38.93%

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

#967BAE (or 0x967BAE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7B and AE. RGB value is (150,123,174). Sum of RGB (Red+Green+Blue) = 150+123+174=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #967BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAE is #698451. Grayscale: #888888. Windows color (decimal): -6915154 or 11434902. OLE color: 11434902.

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

Color convert

RGB 150 123 174 -
CMYK 0.14 0.29 0 0.32
HSL 271.76º 0.24% 0.58% -
HSV(B) 271.76º 0.29% 0.68% -
XYZ 27.3 23.71 43.18 -
YUV 136.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 150 123 174 0.14 0.29 0 0.32 271.76 0.24 0.58
Hex 96 7B AE E 1D 0 20 110 18 3A
Octal 226 173 256 16 35 0 40 420 30 72
Binary 10010110 1111011 10101110 1110 11101 0 100000 100010000 11000 111010

Color Harmonies of #967BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967BAE

Black with #967BAE

Text Example


Text Example

White with #967BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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