#9778BB

Color #9778BB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9778BB

Tints of Purple Mountain's Majesty #9778BB

Color information

#9778BB (or 0x9778BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 78 and BB. RGB value is (151,120,187). Sum of RGB (Red+Green+Blue) = 151+120+187=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #9778BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9778BB is #688744. Grayscale: #888888. Windows color (decimal): -6850373 or 12286103. OLE color: 12286103.

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

Color convert

RGB151120187-
CMYK0.190.3600.27
HSL267.76º33%60.2%-
HSV(B)267.76º35.83%73.33%-
XYZ28.4523.650.07-
YUV136.91156.27138.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.97%
GREEN value IS 120 (47.27% from 255) = 26.20%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=32.97%
G=26.20%
B=40.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511201870.190.3600.27267.763360.2
Hex9778BB132401B10c213c
Octal22717027323440334144174
Binary1001011111110001011101110011100100011011100001100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9778BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9778BB;
 }
 .AnyTagClassName
 {
   color: #9778BB;
 }
</style>
background-color css

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

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

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

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

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

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