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

📋 copy color: '#967CAC'

red 150 ◦ green 124 ◦ blue 172

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

Shades of Purple Mountain's Majesty #967CAC

Tints of Purple Mountain's Majesty #967CAC

RGB

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

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

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

R = 33.63%
G = 27.8%
B = 38.57%

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

#967CAC (or 0x967CAC) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7C and AC. RGB value is (150,124,172). Sum of RGB (Red+Green+Blue) = 150+124+172=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #967CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967CAC is #698353. Grayscale: #898989. Windows color (decimal): -6914900 or 11304086. OLE color: 11304086.

HSL color Cylindrical-coordinate representation of color #967CAC: hue angle of 272.5º degrees, saturation: 0.22, 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 #967CAC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 124 172 -
CMYK 0.13 0.28 0 0.33
HSL 272.5º 0.22% 0.58% -
HSV(B) 272.5º 0.28% 0.67% -
XYZ 27.23 23.88 42.2 -
YUV 137.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 150 124 172 0.13 0.28 0 0.33 272.5 0.22 0.58
Hex 96 7C AC D 1C 0 21 110 16 3A
Octal 226 174 254 15 34 0 41 420 26 72
Binary 10010110 1111100 10101100 1101 11100 0 100001 100010000 10110 111010

Color Harmonies of #967CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CAC

Black with #967CAC

Text Example


Text Example

White with #967CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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