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

📋 copy color: '#9770BB'

red 151 ◦ green 112 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9770BB

Tints of Purple Mountain's Majesty #9770BB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.89%

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

R = 33.56%
G = 24.89%
B = 41.56%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9770BB (or 0x9770BB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 70 and BB. RGB value is (151,112,187). Sum of RGB (Red+Green+Blue) = 151+112+187=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #9770BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770BB is #688F44. Grayscale: #838383. Windows color (decimal): -6852421 or 12284055. OLE color: 12284055.

HSL color Cylindrical-coordinate representation of color #9770BB: hue angle of 271.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9770BB is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 112 187 -
CMYK 0.19 0.40 0 0.27
HSL 271.2º 0.36% 0.59% -
HSV(B) 271.2º 0.4% 0.73% -
XYZ 27.53 21.76 49.76 -
YUV 132.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 151 112 187 0.19 0.40 0 0.27 271.2 0.36 0.59
Hex 97 70 BB 13 28 0 1B 10F 24 3B
Octal 227 160 273 23 50 0 33 417 44 73
Binary 10010111 1110000 10111011 10011 101000 0 11011 100001111 100100 111011

Color Harmonies of #9770BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770BB

Black with #9770BB

Text Example


Text Example

White with #9770BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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