#926E8E

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

Shades of Mountbatten Pink #926E8E

Tints of Mountbatten Pink #926E8E

Color information

#926E8E (or 0x926E8E) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 6E and 8E. RGB value is (146,110,142). Sum of RGB (Red+Green+Blue) = 146+110+142=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #926E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926E8E is #6D9171. Grayscale: #7C7C7C. Windows color (decimal): -7180658 or 9334418. OLE color: 9334418.

HSL color Cylindrical-coordinate representation of color #926E8E: hue angle of 306.67º degrees, saturation: 0.14, 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 #926E8E is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB146110142-
CMYK00.250.030.43
HSL306.67º14.17%50.2%-
HSV(B)306.67º24.66%57.25%-
XYZ22.3119.2228.12-
YUV124.41137.93143.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=36.68%
G=27.64%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611014200.250.030.43306.6714.1750.2
Hex926E8E01932B133e32
Octal2221562160313534631662
Binary10010010110111010001110011001111010111001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,110,142); }

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

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

 a { background-color: rgb(146,110,142); }

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

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

 span { border-color: rgb(146,110,142); }

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