#9075AE

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

Shades of Purple Mountain's Majesty #9075AE

Tints of Purple Mountain's Majesty #9075AE

Color information

#9075AE (or 0x9075AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 75 and AE. RGB value is (144,117,174). Sum of RGB (Red+Green+Blue) = 144+117+174=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #9075AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9075AE is #6F8A51. Grayscale: #838383. Windows color (decimal): -7309906 or 11433360. OLE color: 11433360.

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

Color convert

RGB144117174-
CMYK0.170.3300.32
HSL268.42º26.03%57.06%-
HSV(B)268.42º32.76%68.24%-
XYZ25.521.7142.89-
YUV131.57151.95136.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 174 (68.36% from 255) = 40%
R=33.10%
G=26.90%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441171740.170.3300.32268.4226.0357.06
Hex9075AE112102010c1a39
Octal22016525621410404143271
Binary1001000011101011010111010001100001010000010000110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9075AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,117,174); }

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

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

 a { background-color: rgb(144,117,174); }

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

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

 span { border-color: rgb(144,117,174); }

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