#9679BB

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

Shades of Purple Mountain's Majesty #9679BB

Tints of Purple Mountain's Majesty #9679BB

Color information

#9679BB (or 0x9679BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 79 and BB. RGB value is (150,121,187). Sum of RGB (Red+Green+Blue) = 150+121+187=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 121 (47.66% from 255 or 26.42% 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 #9679BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679BB is #698644. Grayscale: #888888. Windows color (decimal): -6915653 or 12286358. OLE color: 12286358.

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

Color convert

RGB150121187-
CMYK0.200.3500.27
HSL266.36º32.67%60.39%-
HSV(B)266.36º35.29%73.33%-
XYZ28.3823.7550.1-
YUV137.2156.11137.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=32.75%
G=26.42%
B=40.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501211870.200.3500.27266.3632.6760.39
Hex9679BB142301B10a213c
Octal22617127324430334124174
Binary1001011011110011011101110100100011011011100001010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9679BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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