#9076BB

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

Shades of Purple Mountain's Majesty #9076BB

Tints of Purple Mountain's Majesty #9076BB

Color information

#9076BB (or 0x9076BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 76 and BB. RGB value is (144,118,187). Sum of RGB (Red+Green+Blue) = 144+118+187=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #9076BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076BB is #6F8944. Grayscale: #858585. Windows color (decimal): -7309637 or 12285584. OLE color: 12285584.

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

Color convert

RGB144118187-
CMYK0.230.3700.27
HSL262.61º33.66%59.8%-
HSV(B)262.61º36.9%73.33%-
XYZ26.9522.4749.93-
YUV133.64158.11135.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.07%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=32.07%
G=26.28%
B=41.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441181870.230.3700.27262.6133.6659.8
Hex9076BB172501B107223c
Octal22016627327450334074274
Binary1001000011101101011101110111100101011011100000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,118,187); }

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

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

 a { background-color: rgb(144,118,187); }

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

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

 span { border-color: rgb(144,118,187); }

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