#9275AF

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

Shades of Purple Mountain's Majesty #9275AF

Tints of Purple Mountain's Majesty #9275AF

Color information

#9275AF (or 0x9275AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 75 and AF. RGB value is (146,117,175). Sum of RGB (Red+Green+Blue) = 146+117+175=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #9275AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9275AF is #6D8A50. Grayscale: #848484. Windows color (decimal): -7178833 or 11498898. OLE color: 11498898.

HSL color Cylindrical-coordinate representation of color #9275AF: hue angle of 270º 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 #9275AF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146117175-
CMYK0.170.3300.31
HSL270º26.61%57.25%-
HSV(B)270º33.14%68.63%-
XYZ25.9521.9343.42-
YUV132.28152.11137.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=33.33%
G=26.71%
B=39.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461171750.170.3300.3127026.6157.25
Hex9275AF112101F10e1b39
Octal22216525721410374163371
Binary100100101110101101011111000110000101111110000111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9275AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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