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

📋 copy color: '#967BAC'

red 150 ◦ green 123 ◦ blue 172

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

Shades of Purple Mountain's Majesty #967BAC

Tints of Purple Mountain's Majesty #967BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 33.71%
G = 27.64%
B = 38.65%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#967BAC (or 0x967BAC) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7B and AC. RGB value is (150,123,172). Sum of RGB (Red+Green+Blue) = 150+123+172=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #967BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAC is #698453. Grayscale: #888888. Windows color (decimal): -6915156 or 11303830. OLE color: 11303830.

HSL color Cylindrical-coordinate representation of color #967BAC: hue angle of 273.06º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #967BAC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 123 172 -
CMYK 0.13 0.28 0 0.33
HSL 273.06º 0.23% 0.58% -
HSV(B) 273.06º 0.28% 0.67% -
XYZ 27.11 23.63 42.16 -
YUV 136.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 150 123 172 0.13 0.28 0 0.33 273.06 0.23 0.58
Hex 96 7B AC D 1C 0 21 111 17 3A
Octal 226 173 254 15 34 0 41 421 27 72
Binary 10010110 1111011 10101100 1101 11100 0 100001 100010001 10111 111010

Color Harmonies of #967BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967BAC

Black with #967BAC

Text Example


Text Example

White with #967BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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