#926F8C

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

Shades of Mountbatten Pink #926F8C

Tints of Mountbatten Pink #926F8C

Color information

#926F8C (or 0x926F8C) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 6F and 8C. RGB value is (146,111,140). Sum of RGB (Red+Green+Blue) = 146+111+140=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #926F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926F8C is #6D9073. Grayscale: #7C7C7C. Windows color (decimal): -7180404 or 9203602. OLE color: 9203602.

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

Color convert

RGB146111140-
CMYK00.240.040.43
HSL310.29º13.83%50.39%-
HSV(B)310.29º23.97%57.25%-
XYZ22.2719.3727.38-
YUV124.77136.6143.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=36.78%
G=27.96%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611114000.240.040.43310.2913.8350.39
Hex926F8C01842B136e32
Octal2221572140304534661662
Binary100100101101111100011000110001001010111001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,111,140); }

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

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

 a { background-color: rgb(146,111,140); }

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

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

 span { border-color: rgb(146,111,140); }

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