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

📋 copy color: '#9677BE'

red 150 ◦ green 119 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9677BE

Tints of Purple Mountain's Majesty #9677BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 32.68%
G = 25.93%
B = 41.39%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9677BE (or 0x9677BE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 77 and BE. RGB value is (150,119,190). Sum of RGB (Red+Green+Blue) = 150+119+190=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #9677BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9677BE is #698841. Grayscale: #888888. Windows color (decimal): -6916162 or 12482454. OLE color: 12482454.

HSL color Cylindrical-coordinate representation of color #9677BE: hue angle of 266.2º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9677BE is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 119 190 -
CMYK 0.21 0.37 0 0.25
HSL 266.2º 0.35% 0.61% -
HSV(B) 266.2º 0.37% 0.75% -
XYZ 28.47 23.4 51.73 -
YUV 136.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 150 119 190 0.21 0.37 0 0.25 266.2 0.35 0.61
Hex 96 77 BE 15 25 0 19 10A 23 3D
Octal 226 167 276 25 45 0 31 412 43 75
Binary 10010110 1110111 10111110 10101 100101 0 11001 100001010 100011 111101

Color Harmonies of #9677BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9677BE

Black with #9677BE

Text Example


Text Example

White with #9677BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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