#926D8B

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

Shades of Mountbatten Pink #926D8B

Tints of Mountbatten Pink #926D8B

Color information

#926D8B (or 0x926D8B) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 6D and 8B. RGB value is (146,109,139). Sum of RGB (Red+Green+Blue) = 146+109+139=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #926D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926D8B is #6D9274. Grayscale: #7B7B7B. Windows color (decimal): -7180917 or 9137554. OLE color: 9137554.

HSL color Cylindrical-coordinate representation of color #926D8B: hue angle of 311.35º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926D8B is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB146109139-
CMYK00.250.050.43
HSL311.35º14.51%50%-
HSV(B)311.35º25.34%57.25%-
XYZ21.9818.9126.92-
YUV123.48136.76144.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=37.06%
G=27.66%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610913900.250.050.43311.3514.5150
Hex926D8B01952B137f32
Octal2221552130315534671762
Binary100100101101101100010110110011011010111001101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926D8B; }

 p { color: rgb(146,109,139); }

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

<style>
 a { background-color: #926D8B; }

 a { background-color: rgb(146,109,139); }

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

<style>
 span { border-color: #926D8B; }

 span { border-color: rgb(146,109,139); }

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