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

📋 copy color: '#967DAB'

red 150 ◦ green 125 ◦ blue 171

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

Shades of Purple Mountain's Majesty #967DAB

Tints of Purple Mountain's Majesty #967DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 33.63%
G = 28.03%
B = 38.34%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#967DAB (or 0x967DAB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7D and AB. RGB value is (150,125,171). Sum of RGB (Red+Green+Blue) = 150+125+171=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #967DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967DAB is #698254. Grayscale: #898989. Windows color (decimal): -6914645 or 11238806. OLE color: 11238806.

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

Color convert

RGB 150 125 171 -
CMYK 0.12 0.27 0 0.33
HSL 272.61º 0.21% 0.58% -
HSV(B) 272.61º 0.27% 0.67% -
XYZ 27.26 24.09 41.74 -
YUV 137.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 150 125 171 0.12 0.27 0 0.33 272.61 0.21 0.58
Hex 96 7D AB C 1B 0 21 111 15 3A
Octal 226 175 253 14 33 0 41 421 25 72
Binary 10010110 1111101 10101011 1100 11011 0 100001 100010001 10101 111010

Color Harmonies of #967DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DAB

Black with #967DAB

Text Example


Text Example

White with #967DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,125,171); }

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

background-color css

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

 a { background-color: rgb(150,125,171); }

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

border-color css

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

 span { border-color: rgb(150,125,171); }

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