#9675BB

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

Shades of Purple Mountain's Majesty #9675BB

Tints of Purple Mountain's Majesty #9675BB

Color information

#9675BB (or 0x9675BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 75 and BB. RGB value is (150,117,187). Sum of RGB (Red+Green+Blue) = 150+117+187=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #9675BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675BB is #698A44. Grayscale: #868686. Windows color (decimal): -6916677 or 12285334. OLE color: 12285334.

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

Color convert

RGB150117187-
CMYK0.200.3700.27
HSL268.29º33.98%59.61%-
HSV(B)268.29º37.43%73.33%-
XYZ27.9122.7949.94-
YUV134.85157.43138.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=33.04%
G=25.77%
B=41.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501171870.200.3700.27268.2933.9859.61
Hex9675BB142501B10c223c
Octal22616527324450334144274
Binary1001011011101011011101110100100101011011100001100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9675BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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