#926C8D

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

Shades of Mountbatten Pink #926C8D

Tints of Mountbatten Pink #926C8D

Color information

#926C8D (or 0x926C8D) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 6C and 8D. RGB value is (146,108,141). Sum of RGB (Red+Green+Blue) = 146+108+141=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #926C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926C8D is #6D9372. Grayscale: #7B7B7B. Windows color (decimal): -7181171 or 9268370. OLE color: 9268370.

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

Color convert

RGB146108141-
CMYK00.260.030.43
HSL307.89º14.96%49.8%-
HSV(B)307.89º26.03%57.25%-
XYZ22.0218.7627.66-
YUV123.12138.09144.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 108 (42.58% from 255) = 27.34%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=36.96%
G=27.34%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610814100.260.030.43307.8914.9649.8
Hex926C8D01A32B134f32
Octal2221542150323534641762
Binary10010010110110010001101011010111010111001101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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