#906FB3

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

Shades of Purple Mountain's Majesty #906FB3

Tints of Purple Mountain's Majesty #906FB3

Color information

#906FB3 (or 0x906FB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 6F and B3. RGB value is (144,111,179). Sum of RGB (Red+Green+Blue) = 144+111+179=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #906FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FB3 is #6F904C. Grayscale: #808080. Windows color (decimal): -7311437 or 11759504. OLE color: 11759504.

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

Color convert

RGB144111179-
CMYK0.200.3800.30
HSL269.12º30.91%56.86%-
HSV(B)269.12º37.99%70.2%-
XYZ25.3220.5545.28-
YUV128.62156.43138.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.18%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=33.18%
G=25.58%
B=41.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441111790.200.3800.30269.1230.9156.86
Hex906FB3142601E10d1f39
Octal22015726324460364153771
Binary100100001101111101100111010010011001111010000110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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