#9786B0

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

Shades of Purple Mountain's Majesty #9786B0

Tints of Purple Mountain's Majesty #9786B0

Color information

#9786B0 (or 0x9786B0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 86 and B0. RGB value is (151,134,176). Sum of RGB (Red+Green+Blue) = 151+134+176=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 176 - color contains mainly: blue. Hex color #9786B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9786B0 is #68794F. Grayscale: #8F8F8F. Windows color (decimal): -6846800 or 11568791. OLE color: 11568791.

HSL color Cylindrical-coordinate representation of color #9786B0: hue angle of 264.29º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9786B0 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151134176-
CMYK0.140.2400.31
HSL264.29º21%60.78%-
HSV(B)264.29º23.86%69.02%-
XYZ29.1226.7644.71-
YUV143.87146.13133.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 176 (69.14% from 255) = 38.18%
R=32.75%
G=29.07%
B=38.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511341760.140.2400.31264.292160.78
Hex9786B0E1801F108153d
Octal22720626016300374102575
Binary10010111100001101011000011101100001111110000100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9786B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9786B0; }

 p { color: rgb(151,134,176); }

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

<style>
 a { background-color: #9786B0; }

 a { background-color: rgb(151,134,176); }

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

<style>
 span { border-color: #9786B0; }

 span { border-color: rgb(151,134,176); }

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