#9178AE

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

Shades of Purple Mountain's Majesty #9178AE

Tints of Purple Mountain's Majesty #9178AE

Color information

#9178AE (or 0x9178AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 78 and AE. RGB value is (145,120,174). Sum of RGB (Red+Green+Blue) = 145+120+174=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #9178AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9178AE is #6E8751. Grayscale: #858585. Windows color (decimal): -7243602 or 11434129. OLE color: 11434129.

HSL color Cylindrical-coordinate representation of color #9178AE: hue angle of 267.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9178AE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145120174-
CMYK0.170.3100.32
HSL267.78º25%57.65%-
HSV(B)267.78º31.03%68.24%-
XYZ26.0322.5143.02-
YUV133.63150.78136.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.03%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=33.03%
G=27.33%
B=39.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451201740.170.3100.32267.782557.65
Hex9178AE111F02010c193a
Octal22117025621370404143172
Binary100100011111000101011101000111111010000010000110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9178AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9178AE; }

 p { color: rgb(145,120,174); }

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

<style>
 a { background-color: #9178AE; }

 a { background-color: rgb(145,120,174); }

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

<style>
 span { border-color: #9178AE; }

 span { border-color: rgb(145,120,174); }

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