Html Css Color HEX #9680B7 Purple Mountain's Majesty

📋 copy color: '#9680B7'

red 150 ◦ green 128 ◦ blue 183

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

Shades of Purple Mountain's Majesty #9680B7

Tints of Purple Mountain's Majesty #9680B7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.77%

 BLUE value IS 183 (71.88% from 255) = 39.7%

R = 32.54%
G = 27.77%
B = 39.7%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9680B7 (or 0x9680B7) is known color: Purple Mountain's Majesty. HEX triplet: 96, 80 and B7. RGB value is (150,128,183). Sum of RGB (Red+Green+Blue) = 150+128+183=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #9680B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680B7 is #697F48. Grayscale: #8C8C8C. Windows color (decimal): -6913865 or 12026006. OLE color: 12026006.

HSL color Cylindrical-coordinate representation of color #9680B7: hue angle of 264º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9680B7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 128 183 -
CMYK 0.18 0.30 0 0.28
HSL 264º 0.28% 0.61% -
HSV(B) 264º 0.3% 0.72% -
XYZ 28.84 25.34 48.17 -
YUV 140.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 150 128 183 0.18 0.30 0 0.28 264 0.28 0.61
Hex 96 80 B7 12 1E 0 1C 108 1C 3D
Octal 226 200 267 22 36 0 34 410 34 75
Binary 10010110 10000000 10110111 10010 11110 0 11100 100001000 11100 111101

Color Harmonies of #9680B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9680B7

Black with #9680B7

Text Example


Text Example

White with #9680B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9680B7; }

 p { color: rgb(150,128,183); }

 H1.HeaderClassName
 {
   color: #9680B7;
 }
 .AnyTagClassName
 {
   color: #9680B7;
 }
</style>

background-color css

<style>
 a { background-color: #9680B7; }

 a { background-color: rgb(150,128,183); }

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

border-color css

<style>
 span { border-color: #9680B7; }

 span { border-color: rgb(150,128,183); }

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