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

📋 copy color: '#967DAD'

red 150 ◦ green 125 ◦ blue 173

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

Shades of Purple Mountain's Majesty #967DAD

Tints of Purple Mountain's Majesty #967DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.62%

R = 33.48%
G = 27.9%
B = 38.62%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#967DAD (or 0x967DAD) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7D and AD. RGB value is (150,125,173). Sum of RGB (Red+Green+Blue) = 150+125+173=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #967DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967DAD is #698252. Grayscale: #898989. Windows color (decimal): -6914643 or 11369878. OLE color: 11369878.

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

Color convert

RGB 150 125 173 -
CMYK 0.13 0.28 0 0.32
HSL 271.25º 0.23% 0.58% -
HSV(B) 271.25º 0.28% 0.68% -
XYZ 27.45 24.17 42.75 -
YUV 137.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 150 125 173 0.13 0.28 0 0.32 271.25 0.23 0.58
Hex 96 7D AD D 1C 0 20 10F 17 3A
Octal 226 175 255 15 34 0 40 417 27 72
Binary 10010110 1111101 10101101 1101 11100 0 100000 100001111 10111 111010

Color Harmonies of #967DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DAD

Black with #967DAD

Text Example


Text Example

White with #967DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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