#9678BB

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

Shades of Purple Mountain's Majesty #9678BB

Tints of Purple Mountain's Majesty #9678BB

Color information

#9678BB (or 0x9678BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 78 and BB. RGB value is (150,120,187). Sum of RGB (Red+Green+Blue) = 150+120+187=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #9678BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678BB is #698744. Grayscale: #888888. Windows color (decimal): -6915909 or 12286102. OLE color: 12286102.

HSL color Cylindrical-coordinate representation of color #9678BB: hue angle of 266.87º 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 #9678BB is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150120187-
CMYK0.200.3600.27
HSL266.87º33%60.2%-
HSV(B)266.87º35.83%73.33%-
XYZ28.2623.550.06-
YUV136.61156.44137.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=32.82%
G=26.26%
B=40.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501201870.200.3600.27266.873360.2
Hex9678BB142401B10b213c
Octal22617027324440334134174
Binary1001011011110001011101110100100100011011100001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9678BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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