#9075AF

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

Shades of Purple Mountain's Majesty #9075AF

Tints of Purple Mountain's Majesty #9075AF

Color information

#9075AF (or 0x9075AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 75 and AF. RGB value is (144,117,175). Sum of RGB (Red+Green+Blue) = 144+117+175=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #9075AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9075AF is #6F8A50. Grayscale: #838383. Windows color (decimal): -7309905 or 11498896. OLE color: 11498896.

HSL color Cylindrical-coordinate representation of color #9075AF: hue angle of 267.93º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9075AF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144117175-
CMYK0.180.3300.31
HSL267.93º26.61%57.25%-
HSV(B)267.93º33.14%68.63%-
XYZ25.621.7543.41-
YUV131.68152.45136.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=33.03%
G=26.83%
B=40.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441171750.180.3300.31267.9326.6157.25
Hex9075AF122101F10c1b39
Octal22016525722410374143371
Binary100100001110101101011111001010000101111110000110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9075AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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