#906C8B

Color #906C8B Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #906C8B

Tints of Mountbatten Pink #906C8B

Color information

#906C8B (or 0x906C8B) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 6C and 8B. RGB value is (144,108,139). Sum of RGB (Red+Green+Blue) = 144+108+139=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #906C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906C8B is #6F9374. Grayscale: #7A7A7A. Windows color (decimal): -7312245 or 9137296. OLE color: 9137296.

HSL color Cylindrical-coordinate representation of color #906C8B: hue angle of 308.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #906C8B is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144108139-
CMYK00.250.030.44
HSL308.33º14.29%49.41%-
HSV(B)308.33º25%56.47%-
XYZ21.5218.5226.87-
YUV122.3137.43143.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=36.83%
G=27.62%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410813900.250.030.44308.3314.2949.41
Hex906C8B01932C134e31
Octal2201542130313544641661
Binary10010000110110010001011011001111011001001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,108,139); }

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

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

 a { background-color: rgb(144,108,139); }

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

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

 span { border-color: rgb(144,108,139); }

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