#906EB3

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

Shades of Purple Mountain's Majesty #906EB3

Tints of Purple Mountain's Majesty #906EB3

Color information

#906EB3 (or 0x906EB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 6E and B3. RGB value is (144,110,179). Sum of RGB (Red+Green+Blue) = 144+110+179=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #906EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906EB3 is #6F914C. Grayscale: #7F7F7F. Windows color (decimal): -7311693 or 11759248. OLE color: 11759248.

HSL color Cylindrical-coordinate representation of color #906EB3: hue angle of 269.57º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906EB3 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB144110179-
CMYK0.200.3900.30
HSL269.57º31.22%56.67%-
HSV(B)269.57º38.55%70.2%-
XYZ25.2120.3445.24-
YUV128.03156.76139.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=33.26%
G=25.40%
B=41.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441101790.200.3900.30269.5731.2256.67
Hex906EB3142701E10e1f39
Octal22015626324470364163771
Binary100100001101110101100111010010011101111010000111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906EB3; }

 p { color: rgb(144,110,179); }

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

<style>
 a { background-color: #906EB3; }

 a { background-color: rgb(144,110,179); }

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

<style>
 span { border-color: #906EB3; }

 span { border-color: rgb(144,110,179); }

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