Html Css Color HEX #9677AF Purple Mountain's Majesty

📋 copy color: '#9677AF'

red 150 ◦ green 119 ◦ blue 175

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

Shades of Purple Mountain's Majesty #9677AF

Tints of Purple Mountain's Majesty #9677AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.8%

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 33.78%
G = 26.8%
B = 39.41%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9677AF (or 0x9677AF) is known color: Purple Mountain's Majesty. HEX triplet: 96, 77 and AF. RGB value is (150,119,175). Sum of RGB (Red+Green+Blue) = 150+119+175=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #9677AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9677AF is #698850. Grayscale: #868686. Windows color (decimal): -6916177 or 11499414. OLE color: 11499414.

HSL color Cylindrical-coordinate representation of color #9677AF: hue angle of 273.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9677AF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 119 175 -
CMYK 0.14 0.32 0 0.31
HSL 273.21º 0.26% 0.58% -
HSV(B) 273.21º 0.32% 0.69% -
XYZ 26.91 22.77 43.53 -
YUV 134.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 150 119 175 0.14 0.32 0 0.31 273.21 0.26 0.58
Hex 96 77 AF E 20 0 1F 111 1A 3A
Octal 226 167 257 16 40 0 37 421 32 72
Binary 10010110 1110111 10101111 1110 100000 0 11111 100010001 11010 111010

Color Harmonies of #9677AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9677AF

Black with #9677AF

Text Example


Text Example

White with #9677AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9677AF; }

 p { color: rgb(150,119,175); }

 H1.HeaderClassName
 {
   color: #9677AF;
 }
 .AnyTagClassName
 {
   color: #9677AF;
 }
</style>

background-color css

<style>
 a { background-color: #9677AF; }

 a { background-color: rgb(150,119,175); }

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

border-color css

<style>
 span { border-color: #9677AF; }

 span { border-color: rgb(150,119,175); }

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