#926E8D

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

Shades of Mountbatten Pink #926E8D

Tints of Mountbatten Pink #926E8D

Color information

#926E8D (or 0x926E8D) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 6E and 8D. RGB value is (146,110,141). Sum of RGB (Red+Green+Blue) = 146+110+141=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #926E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926E8D is #6D9172. Grayscale: #7C7C7C. Windows color (decimal): -7180659 or 9268882. OLE color: 9268882.

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

Color convert

RGB146110141-
CMYK00.250.030.43
HSL308.33º14.17%50.2%-
HSV(B)308.33º24.66%57.25%-
XYZ22.2419.1927.73-
YUV124.3137.43143.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=36.78%
G=27.71%
B=35.52%

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
Decimal14611014100.250.030.43308.3314.1750.2
Hex926E8D01932B134e32
Octal2221562150313534641662
Binary10010010110111010001101011001111010111001101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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