Html Css Color HEX #9775BB Purple Mountain's Majesty

📋 copy color: '#9775BB'

red 151 ◦ green 117 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9775BB

Tints of Purple Mountain's Majesty #9775BB

RGB

 RED value IS 151 (59.38% from 255) = 33.19%

 GREEN value IS 117 (46.09% from 255) = 25.71%

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 33.19%
G = 25.71%
B = 41.1%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9775BB (or 0x9775BB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 75 and BB. RGB value is (151,117,187). Sum of RGB (Red+Green+Blue) = 151+117+187=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #9775BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775BB is #688A44. Grayscale: #868686. Windows color (decimal): -6851141 or 12285335. OLE color: 12285335.

HSL color Cylindrical-coordinate representation of color #9775BB: hue angle of 269.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9775BB is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 117 187 -
CMYK 0.19 0.37 0 0.27
HSL 269.14º 0.34% 0.6% -
HSV(B) 269.14º 0.37% 0.73% -
XYZ 28.09 22.89 49.95 -
YUV 135.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 151 117 187 0.19 0.37 0 0.27 269.14 0.34 0.6
Hex 97 75 BB 13 25 0 1B 10D 22 3C
Octal 227 165 273 23 45 0 33 415 42 74
Binary 10010111 1110101 10111011 10011 100101 0 11011 100001101 100010 111100

Color Harmonies of #9775BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9775BB

Black with #9775BB

Text Example


Text Example

White with #9775BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9775BB; }

 p { color: rgb(151,117,187); }

 H1.HeaderClassName
 {
   color: #9775BB;
 }
 .AnyTagClassName
 {
   color: #9775BB;
 }
</style>

background-color css

<style>
 a { background-color: #9775BB; }

 a { background-color: rgb(151,117,187); }

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

border-color css

<style>
 span { border-color: #9775BB; }

 span { border-color: rgb(151,117,187); }

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